clap/examples/tutorial_derive/02_app_settings.md
Ed Page 9a645d2d19 fix(help): Collapse usage to one line
After looking at more examples, I've become more attached to this
briefer format.

Part of #4132
2022-09-07 11:03:57 -05:00

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