spack external find: add search path customization (#30479)

This commit is contained in:
Greg Becker
2022-05-04 23:59:44 -07:00
committed by GitHub
parent a5d06325e7
commit e6346eb033
2 changed files with 8 additions and 3 deletions

View File

@@ -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