Skip to content

Commit 0b9b519

Browse files
saymoonchazeon
authored andcommitted
Add album information to show-content command
1 parent 2245c3d commit 0b9b519

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

vistopia/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ def show_content(ctx: click.Context, **argv):
106106
article["duration_str"],
107107
))
108108

109+
click.echo(f"Title: {catalog['title']}")
110+
click.echo(f"Author: {catalog['author']}")
111+
click.echo(f"Type: {catalog['type']}")
109112
click.echo(tabulate(table))
110113

111114

0 commit comments

Comments
 (0)