mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-07 19:29:07 -04:00
fixed test output for new formatting
This commit is contained in:
parent
b2c9942f51
commit
4e311b2219
@ -3,7 +3,8 @@ PARSE ERROR: Argument: -s (--stringTest)
|
||||
|
||||
Brief USAGE:
|
||||
../examples/test3 [-f=<float>] ... [-i=<int>] ... -s=<string> [-B]
|
||||
[--] [-v] [-h] <string> <string> <fileNameString> ...
|
||||
[--] [-v] [-h] <string> <string> <fileNameString>
|
||||
...
|
||||
|
||||
For complete USAGE and HELP type:
|
||||
../examples/test3 --help
|
||||
|
@ -3,7 +3,8 @@ PARSE ERROR: Argument: -s (--stringTest)
|
||||
|
||||
Brief USAGE:
|
||||
../examples/test3 [-f=<float>] ... [-i=<int>] ... -s=<string> [-B]
|
||||
[--] [-v] [-h] <string> <string> <fileNameString> ...
|
||||
[--] [-v] [-h] <string> <string> <fileNameString>
|
||||
...
|
||||
|
||||
For complete USAGE and HELP type:
|
||||
../examples/test3 --help
|
||||
|
@ -3,7 +3,8 @@ PARSE ERROR:
|
||||
|
||||
Brief USAGE:
|
||||
../examples/test3 [-f=<float>] ... [-i=<int>] ... -s=<string> [-B]
|
||||
[--] [-v] [-h] <string> <string> <fileNameString> ...
|
||||
[--] [-v] [-h] <string> <string> <fileNameString>
|
||||
...
|
||||
|
||||
For complete USAGE and HELP type:
|
||||
../examples/test3 --help
|
||||
|
@ -3,7 +3,8 @@ PARSE ERROR: Argument: -b (--bbb)
|
||||
|
||||
Brief USAGE:
|
||||
../examples/test5 {-a <string>|-b <string>} {--eee <string>|--fff
|
||||
<string>|-g <string>} [--ddd] -c <string> [--] [-v] [-h]
|
||||
<string>|-g <string>} [--ddd] -c <string> [--] [-v]
|
||||
[-h]
|
||||
|
||||
For complete USAGE and HELP type:
|
||||
../examples/test5 --help
|
||||
|
@ -3,7 +3,8 @@ PARSE ERROR: Argument: -d
|
||||
|
||||
Brief USAGE:
|
||||
../examples/test5 {-a <string>|-b <string>} {--eee <string>|--fff
|
||||
<string>|-g <string>} [--ddd] -c <string> [--] [-v] [-h]
|
||||
<string>|-g <string>} [--ddd] -c <string> [--] [-v]
|
||||
[-h]
|
||||
|
||||
For complete USAGE and HELP type:
|
||||
../examples/test5 --help
|
||||
|
@ -3,7 +3,8 @@ PARSE ERROR: Argument: -b (--bbb)
|
||||
|
||||
Brief USAGE:
|
||||
../examples/test5 {-a <string>|-b <string>} {--eee <string>|--fff
|
||||
<string>|-g <string>} [--ddd] -c <string> [--] [-v] [-h]
|
||||
<string>|-g <string>} [--ddd] -c <string> [--] [-v]
|
||||
[-h]
|
||||
|
||||
For complete USAGE and HELP type:
|
||||
../examples/test5 --help
|
||||
|
@ -3,7 +3,8 @@ PARSE ERROR: Argument: -i (--intTest)
|
||||
|
||||
Brief USAGE:
|
||||
../examples/test3 [-f=<float>] ... [-i=<int>] ... -s=<string> [-B]
|
||||
[--] [-v] [-h] <string> <string> <fileNameString> ...
|
||||
[--] [-v] [-h] <string> <string> <fileNameString>
|
||||
...
|
||||
|
||||
For complete USAGE and HELP type:
|
||||
../examples/test3 --help
|
||||
|
@ -3,7 +3,8 @@ PARSE ERROR: Argument: -f (--floatTest)
|
||||
|
||||
Brief USAGE:
|
||||
../examples/test3 [-f=<float>] ... [-i=<int>] ... -s=<string> [-B]
|
||||
[--] [-v] [-h] <string> <string> <fileNameString> ...
|
||||
[--] [-v] [-h] <string> <string> <fileNameString>
|
||||
...
|
||||
|
||||
For complete USAGE and HELP type:
|
||||
../examples/test3 --help
|
||||
|
@ -2,8 +2,11 @@ PARSE ERROR: Argument: -n (--name)
|
||||
Couldn't find 'mike' in allowed list.
|
||||
|
||||
Brief USAGE:
|
||||
../examples/test7 -n <homer|marge|bart|lisa|maggie> ... [--] [-v] [-h]
|
||||
<1|2|3> ...
|
||||
../examples/test7 [-l <int>] [-u <float lte 1>] [-b <float lte 1>] [-F
|
||||
<filename>] [-f <filename>] [-s <name string>] [-d]
|
||||
[-g <negative int>] [-f <negative int>] -n <homer
|
||||
|marge|bart|lisa|maggie> ... [--] [-v] [-h] <1|2|3>
|
||||
...
|
||||
|
||||
For complete USAGE and HELP type:
|
||||
../examples/test7 --help
|
||||
|
@ -2,8 +2,11 @@ PARSE ERROR: Argument: (--times)
|
||||
Couldn't find '6' in allowed list.
|
||||
|
||||
Brief USAGE:
|
||||
../examples/test7 -n <homer|marge|bart|lisa|maggie> ... [--] [-v] [-h]
|
||||
<1|2|3> ...
|
||||
../examples/test7 [-l <int>] [-u <float lte 1>] [-b <float lte 1>] [-F
|
||||
<filename>] [-f <filename>] [-s <name string>] [-d]
|
||||
[-g <negative int>] [-f <negative int>] -n <homer
|
||||
|marge|bart|lisa|maggie> ... [--] [-v] [-h] <1|2|3>
|
||||
...
|
||||
|
||||
For complete USAGE and HELP type:
|
||||
../examples/test7 --help
|
||||
|
@ -2,7 +2,8 @@
|
||||
USAGE:
|
||||
|
||||
../examples/test3 [-f=<float>] ... [-i=<int>] ... -s=<string> [-B]
|
||||
[--] [-v] [-h] <string> <string> <fileNameString> ...
|
||||
[--] [-v] [-h] <string> <string> <fileNameString>
|
||||
...
|
||||
|
||||
|
||||
Where:
|
||||
|
@ -2,7 +2,8 @@
|
||||
USAGE:
|
||||
|
||||
../examples/test5 {-a <string>|-b <string>} {--eee <string>|--fff
|
||||
<string>|-g <string>} [--ddd] -c <string> [--] [-v] [-h]
|
||||
<string>|-g <string>} [--ddd] -c <string> [--] [-v]
|
||||
[-h]
|
||||
|
||||
|
||||
Where:
|
||||
|
@ -1,12 +1,42 @@
|
||||
|
||||
USAGE:
|
||||
|
||||
../examples/test7 -n <homer|marge|bart|lisa|maggie> ... [--] [-v] [-h]
|
||||
<1|2|3> ...
|
||||
../examples/test7 [-l <int>] [-u <float lte 1>] [-b <float lte 1>] [-F
|
||||
<filename>] [-f <filename>] [-s <name string>] [-d]
|
||||
[-g <negative int>] [-f <negative int>] -n <homer
|
||||
|marge|bart|lisa|maggie> ... [--] [-v] [-h] <1|2|3>
|
||||
...
|
||||
|
||||
|
||||
Where:
|
||||
|
||||
-l <int>, --limit <int>
|
||||
(value required) Max number of alignments allowed
|
||||
|
||||
-u <float lte 1>, --upperBound <float lte 1>
|
||||
(value required) upper percentage bound
|
||||
|
||||
-b <float lte 1>, --lowerBound <float lte 1>
|
||||
(value required) lower percentage bound
|
||||
|
||||
-F <filename>, --filename2 <filename>
|
||||
(value required) Sequence 2 filename (FASTA format)
|
||||
|
||||
-f <filename>, --filename1 <filename>
|
||||
(value required) Sequence 1 filename (FASTA format)
|
||||
|
||||
-s <name string>, --scoringMatrix <name string>
|
||||
(value required) Scoring Matrix name
|
||||
|
||||
-d, --isDna
|
||||
The input sequences are DNA
|
||||
|
||||
-g <negative int>, --gapExtend <negative int>
|
||||
(value required) The cost for each extension of a gap
|
||||
|
||||
-f <negative int>, --gapCreate <negative int>
|
||||
(value required) The cost of creating a gap
|
||||
|
||||
-n <homer|marge|bart|lisa|maggie>, --name <homer|marge|bart|lisa
|
||||
|maggie> (accepted multiple times)
|
||||
(required) (value required) Name to print. This is a long,
|
||||
|
Loading…
x
Reference in New Issue
Block a user