summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlex Richert <82525672+AlexanderRichert-NOAA@users.noreply.github.com>2023-01-21 15:43:20 -0800
committerGitHub <noreply@github.com>2023-01-21 15:43:20 -0800
commitce8727cece0c25374b5629a928b0e8a1806e17d5 (patch)
treebe6230dda4d465ccdd6b841c87b98460ca1deda4 /share
parentda1165ffa32a485b85bfa3e7a1497d5134a90fd1 (diff)
downloadspack-ce8727cece0c25374b5629a928b0e8a1806e17d5.tar.gz
spack-ce8727cece0c25374b5629a928b0e8a1806e17d5.tar.bz2
spack-ce8727cece0c25374b5629a928b0e8a1806e17d5.tar.xz
spack-ce8727cece0c25374b5629a928b0e8a1806e17d5.zip
Add --exclude option to 'spack external find' (#35013)
* Add --exclude option to 'spack external find' to ignore user-specified external packages * Update bash completion arg order for external find Co-authored-by: Todd Gamblin <tgamblin@llnl.gov>
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index bdfa87acd5..423e1a96c1 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -1031,7 +1031,7 @@ _spack_external() {
_spack_external_find() {
if $list_options
then
- SPACK_COMPREPLY="-h --help --not-buildable -p --path --scope --all -t --tag"
+ SPACK_COMPREPLY="-h --help --not-buildable --exclude -p --path --scope --all -t --tag"
else
_all_packages
fi