Skip to content

Commit

Permalink
Merge branch 'main' into avery/versionless-subcommands
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Apr 29, 2021
2 parents 39300d3 + 8a914b7 commit 0077e8b
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 @@ -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<Level>,
Expand Down

0 comments on commit 0077e8b

Please sign in to comment.