mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Add completion script for the CoffeeScript command line utility
This commit is contained in:
@@ -48,8 +48,8 @@ _arguments -C \
|
||||
'(- 1 *)--help[print options help]' \
|
||||
'(- 1 *)'{-v,--version}'[print node version]' \
|
||||
'(- 1 *)--v8-options[print v8 command line options]' \
|
||||
'(-e, --eval)'{-e,--eval}'[evaluate script]:Inline Script' \
|
||||
'(-p, --print)'{-p,--print}'[print result of --eval]' \
|
||||
'(-e --eval)'{-e,--eval}'[evaluate script]:Inline Script' \
|
||||
'(-p --print)'{-p,--print}'[print result of --eval]' \
|
||||
'(--vars)--vars[print various compiled-in variables]' \
|
||||
'*:JS Script:_files -g "*.js"' && ret=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user