diff options
author | Greg Becker <becker33@llnl.gov> | 2022-05-04 23:59:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 08:59:44 +0200 |
commit | e6346eb0338cb09ec16e9ceb35f994f8706d609c (patch) | |
tree | a14b2b21dab1028dfadd520f832943ab9bb1e08e /share | |
parent | a5d06325e7e04cd6b8408bce4e7517e2a6099cc5 (diff) | |
download | spack-e6346eb0338cb09ec16e9ceb35f994f8706d609c.tar.gz spack-e6346eb0338cb09ec16e9ceb35f994f8706d609c.tar.bz2 spack-e6346eb0338cb09ec16e9ceb35f994f8706d609c.tar.xz spack-e6346eb0338cb09ec16e9ceb35f994f8706d609c.zip |
spack external find: add search path customization (#30479)
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 8f529a140c..5a114ef340 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -1024,7 +1024,7 @@ _spack_external() { _spack_external_find() { if $list_options then - SPACK_COMPREPLY="-h --help --not-buildable --scope --all -t --tag" + SPACK_COMPREPLY="-h --help --not-buildable -p --path --scope --all -t --tag" else _all_packages fi |