Update bash completion with new spack arch flags
This commit is contained in:
parent
4f76e80925
commit
4de301ebf2
@ -132,7 +132,8 @@ function _spack_activate {
|
||||
}
|
||||
|
||||
function _spack_arch {
|
||||
compgen -W "-h --help -p --platform" -- "$cur"
|
||||
compgen -W "-h --help -p --platform -o --operating-system
|
||||
-t --target" -- "$cur"
|
||||
}
|
||||
|
||||
function _spack_blame {
|
||||
|
Loading…
Reference in New Issue
Block a user