diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-10-22 13:38:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-10-22 13:38:14 +0200 |
commit | 290976157e7bac9a716421b18637450a74b3265d (patch) | |
tree | 18c74cb96f5e1eb7d6885764252c5bd30af76812 /completion/fish-completion.fish | |
parent | 2775974decc4895743fa6e454754d6ca54c5696a (diff) | |
parent | a07dadb81348b61b19f9ca9760fcb1a7696c4d06 (diff) | |
download | ponysay-290976157e7bac9a716421b18637450a74b3265d.tar.gz ponysay-290976157e7bac9a716421b18637450a74b3265d.tar.bz2 ponysay-290976157e7bac9a716421b18637450a74b3265d.zip |
conflict resolve
Diffstat (limited to 'completion/fish-completion.fish')
-rw-r--r-- | completion/fish-completion.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completion/fish-completion.fish b/completion/fish-completion.fish index 68e013a..044dd78 100644 --- a/completion/fish-completion.fish +++ b/completion/fish-completion.fish @@ -9,7 +9,7 @@ set -g quoters ('/usr/bin/ponysay' --quoters) set -g balloons ('/usr/bin/ponysay' --balloonlist) -## TODO: update with options [see info manual]: +l +L ++list ++altlist ++file --file ++pony +## TODO: update with options [see info manual]: +l +L ++list ++altlist ++file --file ++pony {-A, +A, -V, -K, -X}(with alternative) complete --command ponysay --short-option h --long-option help --description 'help of ponysay' complete --command ponysay --short-option v --long-option version --description 'version of ponysay' complete --command ponysay --short-option l --long-option list --description 'list pony names' |