aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2026-04-27 11:48:13 +0900
committerShohei YOSHIDA <syohex@gmail.com>2026-04-27 11:48:13 +0900
commitd862f3b1146363593addda6c446181ce55a21e40 (patch)
treedfc746b44fa39dc66a9c29fe5aa4284d8f402768
parentMerge pull request #1260 from tborychowski/patch-1 (diff)
downloadzsh-completions-update-rubocop.tar
zsh-completions-update-rubocop.tar.gz
zsh-completions-update-rubocop.tar.bz2
zsh-completions-update-rubocop.tar.lz
zsh-completions-update-rubocop.tar.xz
zsh-completions-update-rubocop.tar.zst
zsh-completions-update-rubocop.zip
Update rubocop completion to version 1.86.1update-rubocop
-rw-r--r--src/_rubocop3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_rubocop b/src/_rubocop
index b6f2017..64e4312 100644
--- a/src/_rubocop
+++ b/src/_rubocop
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for rubocop 1.82.1 (https://github.com/rubocop/rubocop)
+# Completion script for rubocop 1.86.1 (https://github.com/rubocop/rubocop)
#
# ------------------------------------------------------------------------------
# Authors
@@ -73,6 +73,7 @@ _arguments \
'(-C --cache)'{-C,--cache}'[Use result caching or not]:flag:(true false)' \
'--cache-root[Set the cache root directory]:dir:_files -/' \
'--lsp[Start a language server listening on STDIN]' \
+ '--mcp[Start an MCP server that communicates over stdio]' \
'--server[If a server process has not been started yet start the server process and execute inspection with server]' \
'(--restart-server --start-server --stop-server)--restart-server[Restart server process]' \
'(--restart-server --start-server --stop-server)--start-server[Start server process]' \