mirror of
https://github.com/librespot-org/librespot.git
synced 2025-01-07 17:24:04 +00:00
add persist-volume to command line options
This commit is contained in:
parent
deb240c02f
commit
e23c2336c9
1 changed files with 6 additions and 0 deletions
|
@ -149,6 +149,12 @@ fn setup(args: &[String]) -> Setup {
|
|||
"Initial volume in %, once connected (must be from 0 to 100)",
|
||||
"VOLUME",
|
||||
)
|
||||
.optopt(
|
||||
"",
|
||||
"persist-volume",
|
||||
"Persist software volume to file",
|
||||
"FILE"
|
||||
)
|
||||
.optopt(
|
||||
"",
|
||||
"zeroconf-port",
|
||||
|
|
Loading…
Reference in a new issue