Skip to content

Commit

Permalink
Documentation Pull Request (#124)
Browse files Browse the repository at this point in the history
* Add omitted:

In README.md, there is an example of the output of `tidal-wave --help`. Add the new flag, `--transparent` in that example output.
  • Loading branch information
ebb-earl-co committed Mar 29, 2024
1 parent 997726b commit 040c778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ Usage: python -m tidal_wave [OPTIONS] TIDAL_URL [OUTPUT_DIRECTORY]
│ --audio-format [360|Atmos|HiRes|MQA|Lossless|High|Low] [default: Lossless] │
│ --loglevel [DEBUG|INFO|WARNING|ERROR|CRITICAL] [default: INFO] │
│ --include-eps-singles No-op unless passing TIDAL artist. Whether to include artist's EPs and singles with albums │
│ --no-extra-files Whether to not even attempt to retrieve artist bio, artist image, album review, or playlist m3u8
│ --no-extra-files Whether to not even attempt to retrieve artist bio, artist image, album credits, album review, or playlist m3u8 │
│ --no-flatten Whether to treat playlists or mixes as a list of tracks/videos and, as such, retrieve them independently │
| --transparent Whether to dump JSON responses from TIDAL API; maximum verbosity |
│ --install-completion Install completion for the current shell. │
│ --show-completion Show completion for the current shell, to copy it or customize the installation. │
│ --help Show this message and exit. │
Expand Down
2 changes: 1 addition & 1 deletion tidal_wave/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def main(
bool,
typer.Option(
"--no-extra-files",
help="Whether to not even attempt to retrieve artist bio, artist image, album review, or playlist m3u8",
help="Whether to not even attempt to retrieve artist bio, artist image, album credits, album review, or playlist m3u8",
),
] = False,
no_flatten: Annotated[
Expand Down

0 comments on commit 040c778

Please sign in to comment.