mirror of
https://github.com/figsoda/mmtc
synced 2024-11-10 10:14:13 +00:00
put flags and options into tables
This commit is contained in:
parent
50f4ab5dd4
commit
6286ec7c1a
1 changed files with 13 additions and 17 deletions
30
README.md
30
README.md
|
@ -40,24 +40,20 @@ cargo +nightly build --release
|
|||
mmtc [FLAGS] [OPTIONS]
|
||||
```
|
||||
|
||||
### FLAGS
|
||||
flag | description
|
||||
-|-
|
||||
--cycle | Cycle through the queue
|
||||
-h, --help | Prints help information
|
||||
--no-cycle | Don't cycle through the queue
|
||||
-V, --version | Prints version information
|
||||
|
||||
```
|
||||
--cycle Cycle through the queue
|
||||
-h, --help Prints help information
|
||||
--no-cycle Don't cycle through the queue
|
||||
-V, --version Prints version information
|
||||
```
|
||||
|
||||
### OPTIONS
|
||||
|
||||
```
|
||||
--address <ADDRESS> Specify the address of the mpd server
|
||||
-c, --config <FILE> Specify the config file
|
||||
--jump-lines <NUMBER> The number of lines to jump
|
||||
--seek-secs <NUMBER> The time to seek in seconds
|
||||
--ups <NUMBER> The amount of status updates per second
|
||||
```
|
||||
option | description
|
||||
-|-
|
||||
--address \<ADDRESS> | Specify the address of the mpd server
|
||||
-c, --config \<FILE> | Specify the config file
|
||||
--jump-lines \<NUMBER> | The number of lines to jump
|
||||
--seek-secs \<NUMBER> | The time to seek in seconds
|
||||
--ups \<NUMBER> | The amount of status updates per second
|
||||
|
||||
|
||||
## Key bindings
|
||||
|
|
Loading…
Reference in a new issue