Skip to content

Commit

Permalink
feat: adds help text to --log (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Apr 29, 2021
1 parent 309a336 commit 8a914b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Level>,
Expand Down

0 comments on commit 8a914b7

Please sign in to comment.