mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 04:13:08 +00:00
Fix issue with pkg --jail=value completion
This commit is contained in:
parent
18c7e97ecc
commit
094948db51
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue