mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
tests(usage): update known good tests to new usage strings
This commit is contained in:
parent
53f6b8c9d8
commit
cf7f6c80cd
1 changed files with 6 additions and 3 deletions
|
@ -32,15 +32,18 @@ SUBCOMMANDS:
|
|||
subcmd tests subcommands'''
|
||||
|
||||
_excluded = '''The argument --flag cannot be used with -F
|
||||
USAGE: claptests [positional2] -F --long-option-2 <option2>
|
||||
USAGE:
|
||||
claptests [positional2] -F --long-option-2 <option2>
|
||||
For more information try --help'''
|
||||
|
||||
_excluded_l = '''The argument -f cannot be used -F
|
||||
USAGE: claptests [positional2] -F --long-option-2 <option2>
|
||||
USAGE:
|
||||
claptests [positional2] -F --long-option-2 <option2>
|
||||
For more information try --help'''
|
||||
|
||||
_required = '''One or more required arguments were not supplied
|
||||
USAGE: claptests [positional2] -F --long-option-2 <option2>
|
||||
USAGE:
|
||||
claptests [positional2] -F --long-option-2 <option2>
|
||||
For more information try --help'''
|
||||
|
||||
_fop = '''flag present 1 times
|
||||
|
|
Loading…
Add table
Reference in a new issue