summaryrefslogtreecommitdiff
path: root/tclap-1.2.1/tests/test41.out
diff options
context:
space:
mode:
Diffstat (limited to 'tclap-1.2.1/tests/test41.out')
-rw-r--r--tclap-1.2.1/tests/test41.out45
1 files changed, 45 insertions, 0 deletions
diff --git a/tclap-1.2.1/tests/test41.out b/tclap-1.2.1/tests/test41.out
new file mode 100644
index 0000000..2f583f5
--- /dev/null
+++ b/tclap-1.2.1/tests/test41.out
@@ -0,0 +1,45 @@
+
+USAGE:
+
+ ../examples/test2 [-f <float>] -i <int> -s <string> [-A] [-C] [-B] [--]
+ [--version] [-h] <string> <string> ...
+
+
+Where:
+
+ -f <float>, --floatTest <float>
+ float test
+
+ -i <int>, --intTest <int>
+ (required) integer test
+
+ -s <string>, --stringTest <string>
+ (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.
+
+ --version
+ Displays version information and exits.
+
+ -h, --help
+ Displays usage information and exits.
+
+ <string>
+ (required) unlabeld test
+
+ <string> (accepted multiple times)
+ file names
+
+
+ this is a message
+