diff options
Diffstat (limited to 'src/completion')
| -rw-r--r-- | src/completion | 5 | 
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))  ) | 
