mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
9074b60194
While `TypedValueParser` will generally make it easier to reuse value parsers, this was particularly written for flags. Besides having a concrete API to document, an advantage over `fn(&str) -> Result<bool, E>` value parsers is you get all of the benefits of the existing value parsers for environment variable parsing. |
||
---|---|---|
.. | ||
builder | ||
derive | ||
derive_ui | ||
ui | ||
derive_ui.rs | ||
examples.rs | ||
macros.rs | ||
ui.rs |