From e23c2336c9408ebb4566d41f05efb126c1afd0c6 Mon Sep 17 00:00:00 2001 From: Brice Delli Paoli Date: Thu, 10 May 2018 12:00:27 -0400 Subject: [PATCH] add persist-volume to command line options --- src/main.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main.rs b/src/main.rs index b949c93a..60a7e1fd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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",