Skip to content

Commit

Permalink
feat: Export builder::TryMapValueParser
Browse files Browse the repository at this point in the history
Partial fix for #5065, allows using TypedValueParser::try_map to
implement a ValueParserFactory.
  • Loading branch information
9999years committed Aug 3, 2023
1 parent ca855c6 commit c86172e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clap_builder/src/builder/mod.rs
Expand Up @@ -57,6 +57,7 @@ pub use value_parser::PossibleValuesParser;
pub use value_parser::RangedI64ValueParser;
pub use value_parser::RangedU64ValueParser;
pub use value_parser::StringValueParser;
pub use value_parser::TryMapValueParser;
pub use value_parser::TypedValueParser;
pub use value_parser::ValueParser;
pub use value_parser::ValueParserFactory;
Expand Down

0 comments on commit c86172e

Please sign in to comment.