TCLAP/tests/test12.out
2003-04-03 17:56:08 +00:00

48 lines
994 B
Plaintext

PARSE ERROR: for argument: -f (--floatTest)
Couldn't read argument value!
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