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