Home
last modified time | relevance | path

Searched refs:BoolishValueParser (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/clap/tests/derive/
H A Dflags.rs15 use clap::builder::BoolishValueParser;
59 #[arg(short, long, action = ArgAction::SetTrue, value_parser = BoolishValueParser::new().map(parse_from_flag))] in non_bool_type_flag()
61 #[arg(short, long, action = ArgAction::SetTrue, value_parser = BoolishValueParser::new().map(parse_from_flag))] in non_bool_type_flag()
/third_party/rust/crates/clap/src/builder/
H A Dmod.rs41 pub use value_parser::BoolishValueParser;
H A Dvalue_parser.rs79 /// - [`BoolishValueParser`] and [`FalseyValueParser`] for alternative `bool` implementations
117 /// - [`BoolishValueParser`] for different human readable bool representations
729 /// # use clap::builder::BoolishValueParser; in possible_values()
736 /// BoolishValueParser::new() in possible_values()
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 {} structure names
1812 impl BoolishValueParser { impls
1827 impl TypedValueParser for BoolishValueParser {
[all...]

Completed in 4 milliseconds