Skip to content

Commit

Permalink
docs(ref): Clean up default_missing_value grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 3, 2024
1 parent 11ff6cc commit 7d3a380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_builder/src/builder/arg.rs
Expand Up @@ -1741,7 +1741,7 @@ impl Arg {
///
/// This configuration option is often used to give the user a shortcut and allow them to
/// efficiently specify an option argument without requiring an explicitly value. The `--color`
/// argument is a common example. By, supplying an default, such as `default_missing_value("always")`,
/// argument is a common example. By supplying a default, such as `default_missing_value("always")`,
/// the user can quickly just add `--color` to the command line to produce the desired color output.
///
/// **NOTE:** using this configuration option requires the use of the
Expand Down

0 comments on commit 7d3a380

Please sign in to comment.