mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
Merge pull request #5474 from Will-Low/Docstring
Update doctring for BoolishValueParser::new
This commit is contained in:
commit
43efde98ec
1 changed files with 1 additions and 1 deletions
|
@ -1913,7 +1913,7 @@ impl Default for FalseyValueParser {
|
|||
pub struct BoolishValueParser {}
|
||||
|
||||
impl BoolishValueParser {
|
||||
/// Parse bool-like string values, everything else is `true`
|
||||
/// Parse bool-like string values, everything else is an error.
|
||||
pub fn new() -> Self {
|
||||
Self {}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue