Skip to content

Commit

Permalink
Export builder::TryMapValueParser
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Aug 3, 2023
1 parent ca855c6 commit 40c1d76
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 40c1d76

Please sign in to comment.