aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2025-11-15 18:52:48 +0900
committerShohei YOSHIDA <syohex@gmail.com>2025-11-15 21:23:02 +0900
commitc30c5509e174de7ecd05eb1b18182d823d26559c (patch)
tree32f65c0859682845e04baf91cb8755760a228421
parentMerge pull request #1170 from zsh-users/diskutils (diff)
downloadzsh-completions-c30c5509e174de7ecd05eb1b18182d823d26559c.tar
zsh-completions-c30c5509e174de7ecd05eb1b18182d823d26559c.tar.gz
zsh-completions-c30c5509e174de7ecd05eb1b18182d823d26559c.tar.bz2
zsh-completions-c30c5509e174de7ecd05eb1b18182d823d26559c.tar.lz
zsh-completions-c30c5509e174de7ecd05eb1b18182d823d26559c.tar.xz
zsh-completions-c30c5509e174de7ecd05eb1b18182d823d26559c.tar.zst
zsh-completions-c30c5509e174de7ecd05eb1b18182d823d26559c.zip
Update cap completion
-rw-r--r--src/_cap10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/_cap b/src/_cap
index 6f6fb67..0d8ce3c 100644
--- a/src/_cap
+++ b/src/_cap
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for Capistrano 3.17.1 (https://capistranorb.com/)
+# Completion script for Capistrano 3.19.2 (https://capistranorb.com/)
#
# ------------------------------------------------------------------------------
# Authors
@@ -46,22 +46,24 @@ _arguments -C \
'--backtrace=[Enable full backtrace]: :(stderr stdout)' \
'--comments[Show commented tasks only]' \
'--job-stats[Display job statistics]:level' \
+ '--rules[Trace the rules resolution]' \
'--suppress-backtrace[Suppress backtrace lines matching regexp PATTERN]:pattern' \
'(-A --all)'{-A,--all}'[Show all tasks, even uncommented ones]' \
'(-B --build-all)'{-B,--build-all}'[Build all prerequisites, including those which are up-to-date]' \
'(-C --directory)'{-C,--directory}'[Change to DIRECTORY before doing anything]: :_files -/' \
'(-D --describe)'{-D,--describe}'[Describe the tasks, then exit]:pattern' \
- '(-E --execute-continue)'{-E,--execute-continue}'[Execute Ruby code and exit]:code' \
+ '(-e --execute)'{-e,--execute}'[Execute some Ruby code and exit]:code' \
+ '(-E --execute-continue)'{-E,--execute-continue}'[Execute Ruby code and continue with task processing]:code' \
'(-f --rakefile)'{-f,--rakefile}'[Use FILENAME as the rakefile to search for]: :_files' \
'(-G --no-system --nosystem)'{-G,--no-system,--nosystem}'[Use standard project Rakefile search paths, ignore system wide rakefiles]' \
'(-g --system)'{-g,--system}'[Using system wide rakefiles]' \
'(-I --libdir)'\*{-I,--libdir}'[Include LIBDIR in the search path for required modules]: :_files -/' \
- '(-j --jobs)'{-j,--jobs}'[Specifies the maximum number of tasks to execute in parallel]:num' \
+ '(-j --jobs)'{-j-,--jobs-}'[Specifies the maximum number of tasks to execute in parallel]:num' \
'(-m --multitask)'{-m,--multitask}'[Treat all tasks as multitasks]' \
'(-N --no-search --nosearch)'{-N,--no-search,--nosearch}'[Do not search parent directories for the Rakefile]' \
'(-P --prereqs)'{-P,--prereqs}'[Display the tasks and dependencies, then exit]' \
'--execute-print[Execute some Ruby code, print the result, then exit]:code' \
- '--require[Require MODULE before executing rakefile]:module' \
+ '*--require[Require MODULE before executing rakefile]:module' \
'(-R --rakelibdir --rakelib)'{-R,--rakelibdir,--rakelib}'[Auto-import any .rake files in RAKELIBDIR]: :_files -/' \
'(-t --trace)'{-t,--trace}'[Turn on invoke/execute tracing, enable full backtrace]: :(stderr stdout)' \
'(-T --tasks)'{-T,--tasks}'[Display the tasks with descriptions]::pattern' \