|
27 | 27 | --multvalsmo <one> <two> Tests mutliple values, not mult occs
|
28 | 28 | -o, --option <opt>... tests options
|
29 | 29 | --long-option-2 <option2> tests long options with exclusions
|
30 |
| - -O, --Option <option3> tests options with specific value sets [values: fast slow] |
| 30 | + -O, --Option <option3> tests options with specific value sets [values: fast, slow] |
31 | 31 |
|
32 | 32 | POSITIONAL ARGUMENTS:
|
33 | 33 | positional tests positionals
|
34 | 34 | positional2 tests positionals with exclusions
|
35 |
| - positional3... tests positionals with specific values [values: emacs vi] |
| 35 | + positional3... tests positionals with specific values [values: emacs, vi] |
36 | 36 |
|
37 | 37 | SUBCOMMANDS:
|
38 | 38 | help Prints this message
|
39 | 39 | subcmd tests subcommands'''
|
40 | 40 |
|
41 |
| -_sc_dym_usage = '''The subcommand 'subcm' isn't valid |
| 41 | +_sc_dym_usage = '''error: The subcommand 'subcm' isn't valid |
42 | 42 | Did you mean 'subcmd' ?
|
43 | 43 |
|
44 | 44 | If you received this message in error, try re-running with 'claptests -- subcm'
|
|
48 | 48 |
|
49 | 49 | For more information try --help'''
|
50 | 50 |
|
51 |
| -_arg_dym_usage = '''The argument --optio isn't valid |
| 51 | +_arg_dym_usage = '''error: The argument '--optio' isn't valid |
52 | 52 | Did you mean --option ?
|
53 | 53 |
|
54 | 54 | USAGE:
|
55 | 55 | claptests --option <opt>...
|
56 | 56 |
|
57 | 57 | For more information try --help'''
|
58 | 58 |
|
59 |
| -_pv_dym_usage = '''"slo" isn't a valid value for '--Option <option3>' |
| 59 | +_pv_dym_usage = '''error: 'slo' isn't a valid value for '--Option <option3>' |
60 | 60 | [valid values: fast slow]
|
| 61 | +
|
61 | 62 | Did you mean 'slow' ?
|
62 | 63 |
|
63 | 64 | USAGE:
|
64 | 65 | claptests --Option <option3>
|
65 | 66 |
|
66 | 67 | For more information try --help'''
|
67 | 68 |
|
68 |
| -_excluded = '''The argument '--flag' cannot be used with '-F' |
| 69 | +_excluded = '''error: The argument '--flag' cannot be used with '-F' |
69 | 70 |
|
70 | 71 | USAGE:
|
71 | 72 | \tclaptests [positional2] -F --long-option-2 <option2>
|
72 | 73 |
|
73 | 74 | For more information try --help'''
|
74 | 75 |
|
75 |
| -_excluded_l = '''The argument -f cannot be used '-F' |
| 76 | +_excluded_l = '''error: The argument '-f' cannot be used '-F' |
76 | 77 |
|
77 | 78 | USAGE:
|
78 | 79 | claptests [positional2] -F --long-option-2 <option2>
|
79 | 80 |
|
80 | 81 | For more information try --help'''
|
81 | 82 |
|
82 |
| -_required = '''The following required arguments were not supplied: |
| 83 | +_required = '''error: The following required arguments were not supplied: |
83 | 84 | \t'[positional2]'
|
84 | 85 | \t'--long-option-2 <option2>'
|
85 | 86 |
|
|
182 | 183 | An scoption: some
|
183 | 184 | scpositional present with value: value'''
|
184 | 185 |
|
185 |
| -_min_vals_few = '''The argument '--minvals2 <minvals>...' requires at least 2 values, but 1 was provided |
| 186 | +_min_vals_few = '''error: The argument '--minvals2 <minvals>...' requires at least 2 values, but 1 was provided |
186 | 187 |
|
187 | 188 | USAGE:
|
188 | 189 | \tclaptests --minvals2 <minvals>...
|
|
213 | 214 | positional present with value: too
|
214 | 215 | subcmd NOT present'''
|
215 | 216 |
|
216 |
| -_mult_vals_more = '''The argument --multvals was supplied more than once, but does not support multiple values |
| 217 | +_mult_vals_more = '''error: The argument '--multvals' was supplied more than once, but does not support multiple values |
217 | 218 |
|
218 | 219 | USAGE:
|
219 | 220 | \tclaptests --multvals <one> <two>
|
220 | 221 |
|
221 | 222 | For more information try --help'''
|
222 | 223 |
|
223 |
| -_mult_vals_few = '''The argument '--multvals <one> <two>' requires a value but none was supplied |
| 224 | +_mult_vals_few = '''error: The argument '--multvals <one> <two>' requires a value but none was supplied |
224 | 225 |
|
225 | 226 | USAGE:
|
226 | 227 | \tclaptests --multvals <one> <two>
|
227 | 228 |
|
228 | 229 | For more information try --help'''
|
229 | 230 |
|
230 |
| -_mult_vals_2m1 = '''The argument '--multvalsmo <one> <two>' requires 2 values, but 1 was provided |
| 231 | +_mult_vals_2m1 = '''error: The argument '--multvalsmo <one> <two>' requires 2 values, but 1 was provided |
231 | 232 |
|
232 | 233 | USAGE:
|
233 | 234 | claptests --multvalsmo <one> <two>
|
|
0 commit comments