aboutsummaryrefslogtreecommitdiffstats
path: root/src/completion
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-12 00:07:00 +0200
committerMattias Andrée <maandree@operamail.com>2014-10-12 00:07:00 +0200
commit19eca5c5f6a442b27d359be00cc4e59d9cc4f66e (patch)
treeb34b3f7020ee1bda7c7c8892b9829fc106b1a3ab /src/completion
parentupdate dist (diff)
downloadauto-auto-complete-19eca5c5f6a442b27d359be00cc4e59d9cc4f66e.tar.gz
auto-auto-complete-19eca5c5f6a442b27d359be00cc4e59d9cc4f66e.tar.bz2
auto-auto-complete-19eca5c5f6a442b27d359be00cc4e59d9cc4f66e.tar.xz
add --where5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/completion5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/completion b/src/completion
index 7c16f8a..7e5da65 100644
--- a/src/completion
+++ b/src/completion
@@ -14,6 +14,11 @@
(arg OUTPUT_FILE)
(files -f)
(desc 'Specify the output shell auto-completion script'))
+ (argumented (options -w --where)
+ (complete --where)
+ (arg COMMAND)
+ (files -0)
+ (desc 'Specify a command whose shell auto-completion script path should be printed'))
(suggestion default (verbatim bash zsh fish VARIABLE=VALUE))
)