Skip to content

Commit

Permalink
Merge pull request #5066 from 9999years/export-trymapvalueparser
Browse files Browse the repository at this point in the history
feat: Allow referencing `TypedValueParser` in`ValueParserFactory` associated type
  • Loading branch information
epage committed Aug 8, 2023
2 parents da19141 + c86172e commit 3156e1a
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 3156e1a

Please sign in to comment.