Skip to content

Commit

Permalink
Update bash completion with new spack arch flags
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored and tgamblin committed Aug 3, 2018
1 parent 4f76e80 commit 4de301e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/spack/spack-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4de301e

Please sign in to comment.