aboutsummaryrefslogtreecommitdiff
path: root/completion/fish-completion.fish
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-10-27 22:50:17 +0200
committerMattias Andrée <maandree@operamail.com>2012-10-27 22:50:17 +0200
commit4d27b0a8733980577811ff79ca217a11c5c15ac6 (patch)
treecf6d2faeaff8e3c1297a714bd408647b30920598 /completion/fish-completion.fish
parent994b19712a5f9fb1cb870ebd4f583e05a08f1c32 (diff)
downloadponysay-4d27b0a8733980577811ff79ca217a11c5c15ac6.tar.gz
ponysay-4d27b0a8733980577811ff79ca217a11c5c15ac6.tar.bz2
ponysay-4d27b0a8733980577811ff79ca217a11c5c15ac6.zip
wrapping options from issue #108
Diffstat (limited to 'completion/fish-completion.fish')
-rw-r--r--completion/fish-completion.fish6
1 files changed, 2 insertions, 4 deletions
diff --git a/completion/fish-completion.fish b/completion/fish-completion.fish
index 044dd78..24e9b05 100644
--- a/completion/fish-completion.fish
+++ b/completion/fish-completion.fish
@@ -1,6 +1,4 @@
-# FISH completions for ponysay
-# https://github.com/erkin/ponysay/
-#
+# fish completion for ponysay -*- shell-script -*-
# Author: Elis Axelsson <etu AT elis DOT nu>
set -g ponies ('/usr/bin/ponysay' --onelist)
@@ -19,7 +17,7 @@ complete --command ponysay --short-option f --long-option pony --argument
complete --command ponysay --short-option F --arguments "$xponies" --description 'extra pony'
complete --command ponysay --short-option q --long-option quote --arguments "$quoters" --no-files --description 'pony'
complete --command ponysay --short-option b --long-option balloon --arguments "$balloons" --no-files --description 'balloon style'
-complete --command ponysay --short-option W --long-option wrap --arguments 'Integer' --description 'specify the column when the message should be wrapped'
+complete --command ponysay --short-option W --long-option wrap --arguments 'Integer' --description 'specify the column when the message should be wrapped' ## TODO arguments `none` and `inherit` should be suggested
complete --command ponysay --arguments 'MESSAGE'