diff --git a/src/cli.rs b/src/cli.rs index 7d9ecaf46..e89d86fd6 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -45,6 +45,7 @@ pub struct Rover { #[structopt(subcommand)] pub command: Command, + /// Specify Rover's log level #[structopt(long = "log", short = "l", global = true, possible_values = &LEVELS, case_insensitive = true)] #[serde(serialize_with = "from_display")] pub log_level: Option,