mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-04 19:25:27 +00:00
Updated README.md
This commit is contained in:
parent
e627d8cfca
commit
ec369a8421
|
@ -26,12 +26,14 @@ This is a demo of the CLI displayling its features:
|
||||||
|
|
||||||
The usages can be found with the `-h` or `--help` flag:
|
The usages can be found with the `-h` or `--help` flag:
|
||||||
```
|
```
|
||||||
usage: irs [-h] [(-a ARTIST -s SONG)] [-A ALBUM] [(-u USERNAME -p PLAYLIST)]
|
usage: irs [-h] [-a ARTIST] [-s SONG] [-A ALBUM] [-u USERNAME] [-p PLAYLIST]
|
||||||
|
[-l LOCATION] [-o] [-c]
|
||||||
|
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
-a ARTIST, --artist ARTIST
|
-a ARTIST, --artist ARTIST
|
||||||
Specify artist name. Must be used with -s/--song
|
Specify artist name. Must be used with -s/--song or
|
||||||
|
-A/--album
|
||||||
-s SONG, --song SONG Specify song name. Must be used with -a/--artist
|
-s SONG, --song SONG Specify song name. Must be used with -a/--artist
|
||||||
-A ALBUM, --album ALBUM
|
-A ALBUM, --album ALBUM
|
||||||
Specify album name
|
Specify album name
|
||||||
|
@ -44,6 +46,7 @@ optional arguments:
|
||||||
-o, --organize Organize downloaded files.
|
-o, --organize Organize downloaded files.
|
||||||
-c, --config Display path to config file.
|
-c, --config Display path to config file.
|
||||||
```
|
```
|
||||||
|
|
||||||
So all of these are valid commands:
|
So all of these are valid commands:
|
||||||
```
|
```
|
||||||
$ irs -a "Brandon Flowers" -s "Lonely Town"
|
$ irs -a "Brandon Flowers" -s "Lonely Town"
|
||||||
|
|
Loading…
Reference in a new issue