Fix tab completion after change to uninstall flag (#3175)
This commit is contained in:
parent
6d3f649382
commit
c2d210568c
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ function _spack_test {
|
||||||
function _spack_uninstall {
|
function _spack_uninstall {
|
||||||
if $list_options
|
if $list_options
|
||||||
then
|
then
|
||||||
compgen -W "-h --help -f --force -a --all -d --dependents
|
compgen -W "-h --help -f --force -a --all -R --dependents
|
||||||
-y --yes-to-all" -- "$cur"
|
-y --yes-to-all" -- "$cur"
|
||||||
else
|
else
|
||||||
compgen -W "$(_installed_packages)" -- "$cur"
|
compgen -W "$(_installed_packages)" -- "$cur"
|
||||||
|
|
Loading…
Reference in a new issue