diff --git a/src/main.rs b/src/main.rs index 7845342c..229970d1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -109,12 +109,14 @@ enum ACSCommand { get: GetType, }, + /// Set a specific value #[structopt(name = "set")] Set { #[structopt(subcommand)] set: SetType, }, + /// Show the current config in use #[structopt(name = "showconfig", alias = "conf")] ShowConfig {},