mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 05:42:33 +00:00
Fix docs for BoolishValueParser
This commit is contained in:
parent
2920fb082c
commit
5d282c560c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue