update bash completion
This commit is contained in:
committed by
Tamara Dahlgren
parent
99364b9c3f
commit
a5c534b86d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user