clap/examples/tutorial_builder/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

366 B

$ 02_app_settings --help
A simple to use, efficient, and full-featured Command Line Argument Parser

Usage:
    02_app_settings[EXE] --two <VALUE> --one <VALUE>

Options:
        --two <VALUE>
            

        --one <VALUE>
            

    -h, --help
            Print help information

    -V, --version
            Print version information