Skip to content

Commit

Permalink
Release version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woefe committed Jul 24, 2022
1 parent a1ac15e commit ac73671
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/ytcc.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ytcc 1 "Mar 2022" "2.5.5" "ytcc manual"
.TH ytcc 1 "Jul 2022" "2.6.0" "ytcc manual"
.SH NAME
ytcc - Command line tool to keep track of your favorite playlists on YouTube and many other places
.SH SYNOPSIS
Expand All @@ -16,8 +16,8 @@ To show the detailed help of a COMMAND run `ytcc COMMAND --help`.
Override configuration file.
.SS -l, --loglevel [critical|info|debug]
Set the log level. Overrides the log level configured in the config file. [default: info]
.SS -o, --output [json|table|xsv|rss]
Set output format. `json` prints in JSON format, which is usually not filtered by --attribute options of commands. `table` prints a human readable table. `xsv` prints x-separated values, where x can be set with the -s option. `rss` prints a RSS 2.0 feed of videos. [default: table]
.SS -o, --output [json|table|xsv|rss|plain]
Set output format. `json` prints in JSON format, which is usually not filtered by --attribute options of commands. `table` prints a human readable table. `xsv` prints x-separated values, where x can be set with the -s option. `rss` prints a RSS 2.0 feed of videos. `plain` prints in a human readable text format. [default: table]
.SS -s, --separator TEXT
Set the delimiter used in XSV format. [default: ,]
.SS -t, --truncate TRUNCATE
Expand Down
2 changes: 1 addition & 1 deletion ytcc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""

__license__ = "GPLv3"
__version__ = "2.5.5"
__version__ = "2.6.0"
__author__ = __maintainer__ = "Wolfgang Popp"
__email__ = "[email protected]"

Expand Down

0 comments on commit ac73671

Please sign in to comment.