Skip to content

Commit

Permalink
Fix docs for BoolishValueParser
Browse files Browse the repository at this point in the history
  • Loading branch information
megaserg authored Nov 18, 2024
1 parent 2920fb0 commit 5d282c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 `true`
/// Parse bool-like string values, everything else is an error
///
/// See also:
/// - [`ValueParser::bool`] for different human readable bool representations
Expand Down

0 comments on commit 5d282c5

Please sign in to comment.