From ee1514fc418c320410eb6f58c6a416dd2cffff4d Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 22:56:19 +0900 Subject: [PATCH] Fix rubocop completion - fix wrong short flag name --- src/_rubocop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_rubocop b/src/_rubocop index 357ed04..b6f2017 100644 --- a/src/_rubocop +++ b/src/_rubocop @@ -66,7 +66,7 @@ _arguments \ '--force-default-config[Use default configuration even if configuration files are present in the directory tree]' \ '(-s --stdin)'{-s,--stdin}'[Pipe source from STDIN, using FILE in offense reports]: :_files' \ '--editor-mode[Optimize real-time feedback in editors, adjusting behaviors for editing experience]' \ - '(-P --parallel --no-parallel)'{-p,--parallel}'[Use available CPUs to execute inspection in parallel]' \ + '(-P --parallel --no-parallel)'{-P,--parallel}'[Use available CPUs to execute inspection in parallel]' \ '(-P --parallel --no-parallel)--no-parallel[Execute not parallel]' \ '--raise-cop-error[Raise cop-related errors with cause and location]' \ '--fail-level[Minimum severity for exit with error code]:severity:(autocorrect info refactor convention warning error fatal)' \