Add --known-targets to bash completion for arch command (#12887)

This PR adds the new --known-targets flag to the `spack arch` command.
This commit is contained in:
Glenn Johnson 2019-09-20 13:09:44 -05:00 committed by Massimiliano Culpo
parent db4d52d923
commit 5397606b34

View file

@ -126,7 +126,7 @@ function _spack_add {
function _spack_arch {
compgen -W "-h --help -p --platform -o --operating-system
-t --target" -- "$cur"
-t --target --known-targets" -- "$cur"
}
function _spack_blame {