mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-16 17:44:23 +01:00
fix autocompletion
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
82e3dc3cf5
commit
e0242cd3af
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
(multiple unargumented
|
||||
((options -h --help) (complete --help) (desc 'Show summary of options'))
|
||||
((option +h ++help --help-colour) (complete --help-colour) (desc 'Show help summary, with colour even if piped'))
|
||||
((options +h ++help --help-colour) (complete --help-colour) (desc 'Show help summary, with colour even if piped'))
|
||||
((options -v --version) (complete --version) (desc 'Show version of program'))
|
||||
((options -c --compress --compact) (complete --compact) (desc 'Compress message'))
|
||||
((options -l --list) (complete --list) (desc 'List all MLP:FiM ponies'))
|
||||
|
|
Loading…
Reference in a new issue