We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eef733 + 9891762 commit a494a54Copy full SHA for a494a54
completions/dpkg
@@ -72,11 +72,11 @@ _comp_cmd_dpkg()
72
done
73
fi
74
75
- local noargopts='!(-*|*[ciAIfexXbsplWSrVLPD]*)'
+ local noargopts='!(-*|*[ciAIfexXRbsplWSrVLPD]*)'
76
# shellcheck disable=SC2254
77
case $prev in
78
--install | --unpack | --record-avail | --contents | --info | --fsys-tarfile | \
79
- --field | --control | --extract | --vextract | --raw-extract | -${noargopts}[ciAIfexX])
+ --field | --control | --extract | --vextract | --raw-extract | -${noargopts}[ciAIfexXR])
80
_comp_compgen_filedir '?(u|d)deb'
81
return
82
;;
0 commit comments