clap/examples/tutorial_derive/02_app_settings.md
Ed Page 1258f3e5f6 fix: Deprecate Command::allow_negative_numbers
Better to set on individual args
2022-09-07 07:24:42 -05:00

372 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