mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-24 05:17:59 +01:00
add +q and -Q to opt parsing
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
ed49a6db0d
commit
1349e8b732
1 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,8 @@ run `man ponysay`. Ponysay has so much more to offer than described here.''')
|
|||
opts.add_argumented( ['+f', '++file', '++pony'], arg = 'PONY', help = 'Select a non-MLP:FiM pony.')
|
||||
opts.add_argumented( ['-F'] + _F, arg = 'PONY', help = 'Select a pony, that can be a non-MLP:FiM pony.')
|
||||
opts.add_argumented( ['-q', '--quote'], arg = 'PONY', help = 'Select a pony which will quote herself.')
|
||||
opts.add_argumented( ['+q', '++quote'], arg = 'PONY', help = 'Select a non-MLP:FiM pony which will quote herself.')
|
||||
opts.add_argumented( ['-Q', '--anyquote', '--any-quote'], arg = 'PONY', help = 'Select a pony, that can be a non-MLP:FiM pony, which will quote herself.')
|
||||
opts.add_variadic( ['--f', '--files', '--ponies'], arg = 'PONY')
|
||||
opts.add_variadic( ['++f', '++files', '++ponies'], arg = 'PONY')
|
||||
opts.add_variadic( ['--F'] + __F, arg = 'PONY')
|
||||
|
|
Loading…
Reference in a new issue