Skip to content

Commit

Permalink
Remove everything after comma
Browse files Browse the repository at this point in the history
  • Loading branch information
megaserg authored Nov 18, 2024
1 parent 5d282c5 commit eb75bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clap_builder/src/builder/value_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@ impl Default for FalseyValueParser {
}
}

/// Parse bool-like string values, everything else is an error
/// Parse bool-like string values
///
/// See also:
/// - [`ValueParser::bool`] for different human readable bool representations
Expand Down Expand Up @@ -1877,7 +1877,7 @@ impl Default for FalseyValueParser {
pub struct BoolishValueParser {}

impl BoolishValueParser {
/// Parse bool-like string values, everything else is an error.
/// Parse bool-like string values
pub fn new() -> Self {
Self {}
}
Expand Down

0 comments on commit eb75bea

Please sign in to comment.