Skip to content

Commit

Permalink
fixup! docs ~ add documentation for new 'default_missing_value' confi…
Browse files Browse the repository at this point in the history
…guration option
  • Loading branch information
rivy committed May 21, 2020
1 parent c21fba3 commit 82753f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/build/arg/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2330,9 +2330,7 @@ impl<'help> Arg<'help> {
/// .min_values(0)
/// .require_equals(true)
/// .default_missing_value("always")
/// .about(r#"Specify WHEN to colorize output.
/// [WHEN] == ( *always* | auto | never ) ; "--color=auto" is assumed if the option is never specified
/// "#,)
/// .about("Specify WHEN to colorize output.")
/// )
/// }};
/// }
Expand Down

0 comments on commit 82753f6

Please sign in to comment.