From ce8727cece0c25374b5629a928b0e8a1806e17d5 Mon Sep 17 00:00:00 2001 From: Alex Richert <82525672+AlexanderRichert-NOAA@users.noreply.github.com> Date: Sat, 21 Jan 2023 15:43:20 -0800 Subject: 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 --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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 -- cgit v1.2.3-60-g2f50