Skip to content
Snippets Groups Projects
Commit 5397606b authored by Glenn Johnson's avatar Glenn Johnson Committed by Massimiliano Culpo
Browse files

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

This PR adds the new --known-targets flag to the `spack arch` command.
parent db4d52d9
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ function _spack_add { ...@@ -126,7 +126,7 @@ function _spack_add {
function _spack_arch { function _spack_arch {
compgen -W "-h --help -p --platform -o --operating-system compgen -W "-h --help -p --platform -o --operating-system
-t --target" -- "$cur" -t --target --known-targets" -- "$cur"
} }
function _spack_blame { function _spack_blame {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment