mirror of
https://github.com/clap-rs/clap
synced 2025-01-08 18:58:53 +00:00
9a645d2d19
After looking at more examples, I've become more attached to this briefer format. Part of #4132
368 B
368 B
$ 02_app_settings_derive --help
A simple to use, efficient, and full-featured Command Line Argument Parser
Usage: 02_app_settings_derive[EXE] --two <TWO> --one <ONE>
Options:
--two <TWO>
--one <ONE>
-h, --help
Print help information
-V, --version
Print version information