mkb79 / audible-cli

A command line interface for audible package. With the cli you can download your Audible books, cover, chapter files.
GNU Affero General Public License v3.0
423 stars 45 forks source link

Undocumented options #197

Closed philgoetz closed 3 months ago

philgoetz commented 3 months ago

Whoops. My mistake. Please delete. The "undocumented options" are documented by "audible download -h".

mkb79 commented 3 months ago

@philgoetz Every command and subcommand has a --help or -h option, which will show you the command specific options and arguments. Each option must be provided to the level of the specific command.

Example: If you call audible -h you can see several options. Among other things, there is a verbosity -v option. Now you can show only errors with audible -v error [subcommand] [subcommand options]. A full example is audible -P "mkb79-us" -v error download --all --ignore-podcasts --aaxc --start-date "2024-03-01"