mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
autocompletion templete for ponysay-tool
This commit is contained in:
parent
13308a6880
commit
2b77fff594
1 changed files with 18 additions and 0 deletions
18
completion/ponysay-tool
Normal file
18
completion/ponysay-tool
Normal file
|
@ -0,0 +1,18 @@
|
|||
(ponysay-tool
|
||||
|
||||
(multple unargumented
|
||||
((option -h --help) (complete --help) (desc 'Show help summary'))
|
||||
((option -v --version) (complete --version) (desc 'Show version summary'))
|
||||
)
|
||||
|
||||
(unargumented (option --kms) (complete --kms) (desc 'Pregenerate kmsponies for current tty palette'))
|
||||
|
||||
(argumented (option --edit) (complete --edit) (arg PONYFILE) (files -f *.pony) (desc 'Edit pony metadata'))
|
||||
|
||||
(argumented (option --edit-rm) (complete --edit-rm) (bind --edit) (desc 'Remove all pony metadata'))
|
||||
|
||||
(argumented (option --edit-stash) (complete --edit-stash) (bind --edit) (desc 'Print all pony metadata'))
|
||||
|
||||
(argumented (option --edit-apply) (complete --edit-apply) (bind --edit) (desc 'Replace all metadata with stash metadata'))
|
||||
|
||||
)
|
Loading…
Reference in a new issue