Update bash completion with new spack arch flags

This commit is contained in:
Adam J. Stewart 2018-08-03 10:31:44 -05:00 committed by Todd Gamblin
parent 4f76e80925
commit 4de301ebf2

View File

@ -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 {