mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-07 11:17:50 -04:00
46 lines
929 B
Plaintext
46 lines
929 B
Plaintext
|
|
USAGE:
|
|
|
|
../examples/test2 [-f <float>] -i <int> -s <string> [-A] [-C] [-B] [--]
|
|
[-v] [-h] <string> <string> ...
|
|
|
|
|
|
Where:
|
|
|
|
-f <float>, --floatTest <float>
|
|
(value required) float test
|
|
|
|
-i <int>, --intTest <int>
|
|
(required) (value required) integer test
|
|
|
|
-s <string>, --stringTest <string>
|
|
(required) (value required) string test
|
|
|
|
-A, --existTestA
|
|
tests for the existence of A
|
|
|
|
-C, --existTestC
|
|
tests for the existence of C
|
|
|
|
-B, --existTestB
|
|
tests for the existence of B
|
|
|
|
--, --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.
|
|
|
|
<string>
|
|
(required) (value required) unlabeld test
|
|
|
|
<string> (accepted multiple times)
|
|
(value required) file names
|
|
|
|
|
|
this is a message
|
|
|