mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-08 03:40:21 -04:00
fixed test3 stuff
This commit is contained in:
parent
47153d7c6d
commit
dc869fc0a9
@ -1,5 +1,5 @@
|
||||
PARSE ERROR: Argument: -f (--floatTest)
|
||||
Couldn't read argument value!
|
||||
Couldn't read argument value from string 'nine'
|
||||
|
||||
|
||||
USAGE:
|
||||
|
@ -4,10 +4,13 @@ PARSE ERROR: Argument: -s (--stringTest)
|
||||
|
||||
USAGE:
|
||||
|
||||
../examples/test3 [-i=<int>] ... -s=<string> [-B] [--] [-v] [-h] <string> <string> <fileNameString> ...
|
||||
../examples/test3 [-f=<float>] ... [-i=<int>] ... -s=<string> [-B] [--] [-v] [-h] <string> <string> <fileNameString> ...
|
||||
|
||||
Where:
|
||||
|
||||
-f <float>, --floatTest <float> (accepted multiple times)
|
||||
(value required) multi float test
|
||||
|
||||
-i <int>, --intTest <int> (accepted multiple times)
|
||||
(value required) multi int test
|
||||
|
||||
|
@ -4,10 +4,13 @@ PARSE ERROR: Argument: -s (--stringTest)
|
||||
|
||||
USAGE:
|
||||
|
||||
../examples/test3 [-i=<int>] ... -s=<string> [-B] [--] [-v] [-h] <string> <string> <fileNameString> ...
|
||||
../examples/test3 [-f=<float>] ... [-i=<int>] ... -s=<string> [-B] [--] [-v] [-h] <string> <string> <fileNameString> ...
|
||||
|
||||
Where:
|
||||
|
||||
-f <float>, --floatTest <float> (accepted multiple times)
|
||||
(value required) multi float test
|
||||
|
||||
-i <int>, --intTest <int> (accepted multiple times)
|
||||
(value required) multi int test
|
||||
|
||||
|
@ -4,10 +4,13 @@ PARSE ERROR:
|
||||
|
||||
USAGE:
|
||||
|
||||
../examples/test3 [-i=<int>] ... -s=<string> [-B] [--] [-v] [-h] <string> <string> <fileNameString> ...
|
||||
../examples/test3 [-f=<float>] ... [-i=<int>] ... -s=<string> [-B] [--] [-v] [-h] <string> <string> <fileNameString> ...
|
||||
|
||||
Where:
|
||||
|
||||
-f <float>, --floatTest <float> (accepted multiple times)
|
||||
(value required) multi float test
|
||||
|
||||
-i <int>, --intTest <int> (accepted multiple times)
|
||||
(value required) multi int test
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user