mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Fix issue with pkg --jail=value completion
This commit is contained in:
@@ -18,7 +18,7 @@ function __fish_pkg_subcommand
|
|||||||
end
|
end
|
||||||
switch $token
|
switch $token
|
||||||
# Option parser allows shortened long options
|
# Option parser allows shortened long options
|
||||||
case '--*='
|
case '--*=*'
|
||||||
continue
|
continue
|
||||||
case -{o,j,c,r,C,R} --op\* --j\* --ch\* --ro\* --co\* --re\*
|
case -{o,j,c,r,C,R} --op\* --j\* --ch\* --ro\* --co\* --re\*
|
||||||
set skip_next 1
|
set skip_next 1
|
||||||
|
|||||||
Reference in New Issue
Block a user