mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
9b23e7ee40
Writing the help requires read only access to Parser's flags, opts and positionals. This commit provides 3 functions returning iterators over those collections (`iter_*`) allowing to have function outside the parser to generate the help. |
||
---|---|---|
.. | ||
app | ||
args | ||
errors.rs | ||
fmt.rs | ||
lib.rs | ||
macros.rs | ||
osstringext.rs | ||
strext.rs | ||
suggestions.rs | ||
term.rs | ||
usage_parser.rs |