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:
parent
db4d52d923
commit
5397606b34
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue