update bash completion

This commit is contained in:
Gregory Becker
2020-04-21 13:50:26 -07:00
committed by Tamara Dahlgren
parent 99364b9c3f
commit a5c534b86d

View File

@@ -1469,7 +1469,7 @@ _spack_test() {
then
SPACK_COMPREPLY="-h --help"
else
SPACK_COMPREPLY="run list status results"
SPACK_COMPREPLY="run list status results remove"
fi
}
@@ -1509,6 +1509,15 @@ _spack_test_results() {
fi
}
_spack_test_remove() {
if $list_options
then
SPACK_COMPREPLY="-h --help"
else
SPACK_COMPREPLY=""
fi
}
_spack_test_env() {
if $list_options
then