mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-07 11:17:50 -04:00
46 lines
947 B
Plaintext
46 lines
947 B
Plaintext
|
|
USAGE:
|
|
|
|
../examples/test5 {-a <string>|-b <string>} {--eee <string>|--fff
|
|
<string>|-g <string>} [--ddd] -c <string> [--] [-v]
|
|
[-h]
|
|
|
|
|
|
Where:
|
|
|
|
-a <string>, --aaa <string>
|
|
(OR required) (value required) or test a
|
|
-- OR --
|
|
-b <string>, --bbb <string>
|
|
(OR required) (value required) or test b
|
|
|
|
|
|
--eee <string>
|
|
(OR required) (value required) e test
|
|
-- OR --
|
|
--fff <string>
|
|
(OR required) (value required) f test
|
|
-- OR --
|
|
-g <string>, --ggg <string>
|
|
(OR required) (value required) g test
|
|
|
|
|
|
--ddd
|
|
d test
|
|
|
|
-c <string>, --ccc <string>
|
|
(required) (value required) c test
|
|
|
|
--, --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.
|
|
|
|
|
|
this is a message
|
|
|