mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
updated README
This commit is contained in:
parent
e5b17ca049
commit
125289f4f7
|
@ -9,10 +9,10 @@ ___
|
||||||
### Usage and Examples
|
### Usage and Examples
|
||||||
```
|
```
|
||||||
usage:
|
usage:
|
||||||
irs
|
|
||||||
irs (-h | -v)
|
irs (-h | -v)
|
||||||
irs -p PLAYLIST [-c COMMAND]
|
irs [-l]
|
||||||
irs -a ARTIST (-s SONG | -A ALBUM [-st SEARCH_TERMS]) [-c COMMAND]
|
irs -p PLAYLIST [-c COMMAND] [-l]
|
||||||
|
irs -a ARTIST (-s SONG | -A ALBUM [-st SEARCH_TERMS]) [-c COMMAND] [-l]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
|
@ -31,6 +31,9 @@ Options:
|
||||||
-st SEARCH_TERMS, --search-terms SEARCH_TERMS
|
-st SEARCH_TERMS, --search-terms SEARCH_TERMS
|
||||||
Only use if calling -A/--album. Acts as extra search
|
Only use if calling -A/--album. Acts as extra search
|
||||||
terms when looking for the album.
|
terms when looking for the album.
|
||||||
|
|
||||||
|
-l, --choose-link If supplied, will bring up a console choice for what
|
||||||
|
link you want to download based off a list of titles.
|
||||||
```
|
```
|
||||||
[![asciicast](https://asciinema.org/a/bcs7i0sjmka052wsdyxg5xrug.png)](https://asciinema.org/a/bcs7i0sjmka052wsdyxg5xrug?speed=3&autoplay=true)
|
[![asciicast](https://asciinema.org/a/bcs7i0sjmka052wsdyxg5xrug.png)](https://asciinema.org/a/bcs7i0sjmka052wsdyxg5xrug?speed=3&autoplay=true)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue