Lines Matching refs:BoolishValueParser
79 /// - [`BoolishValueParser`] and [`FalseyValueParser`] for alternative `bool` implementations
117 /// - [`BoolishValueParser`] for different human readable bool representations
729 /// # use clap::builder::BoolishValueParser;
736 /// BoolishValueParser::new()
1677 /// - [`BoolishValueParser`] for different human readable bool representations
1779 /// .value_parser(clap::builder::BoolishValueParser::new())
1795 /// let value_parser = clap::builder::BoolishValueParser::new();
1810 pub struct BoolishValueParser {}
1812 impl BoolishValueParser {
1827 impl TypedValueParser for BoolishValueParser {
1859 impl Default for BoolishValueParser {