mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-07 11:17:50 -04:00
27 lines
450 B
Plaintext
27 lines
450 B
Plaintext
|
|
USAGE:
|
|
|
|
../examples/test1 [-r] -n <string> [--] [-v] [-h]
|
|
|
|
|
|
Where:
|
|
|
|
-r, --reverse
|
|
Print name backwards
|
|
|
|
-n <string>, --name <string>
|
|
(required) (value required) Name to print
|
|
|
|
--, --ignore_rest
|
|
Ignores the rest of the labeled arguments following this flag.
|
|
|
|
-v, --version
|
|
Displays version information and exits.
|
|
|
|
-h, --help
|
|
Displays usage information and exits.
|
|
|
|
|
|
Command description message
|
|
|