spack external find: add search path customization (#30479)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user