summaryrefslogtreecommitdiff
path: root/tclap-1.2.1/tests/test42.out
blob: 4c95064d58ba9892d4b8ab691fc1258dc1733861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43

USAGE: 

   ../examples/test3  [-f=<float>] ...  [-i=<int>] ... 
                      --stringTest=<string> [-B] [--] [--version] [-h]
                      <string> <string> <fileNameString> ...


Where: 

   -f=<float>,  --floatTest=<float>  (accepted multiple times)
     multi float test

   -i=<int>,  --intTest=<int>  (accepted multiple times)
     multi int test

   --stringTest=<string>
     (required)  string test

   -B,  --existTestB
     exist Test 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)  unlabeled test one

   <string>
     (required)  unlabeled test two

   <fileNameString>  (accepted multiple times)
     file names


   this is a message