diff --git a/src/cli.rs b/src/cli.rs index 0ebb56cf2..5c9bf85f5 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -52,6 +52,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,