summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGreg Becker <becker33@llnl.gov>2023-05-04 14:36:21 -0700
committerGitHub <noreply@github.com>2023-05-04 23:36:21 +0200
commitc3593e5b486f3f824d5070151ed07c10fdeccaa3 (patch)
tree50fef8b59eb5b39ed8bb512a7696472fe08b6ab8 /share
parent3c40d9588f28fd15c77208d80412a1fab38166cd (diff)
downloadspack-c3593e5b486f3f824d5070151ed07c10fdeccaa3.tar.gz
spack-c3593e5b486f3f824d5070151ed07c10fdeccaa3.tar.bz2
spack-c3593e5b486f3f824d5070151ed07c10fdeccaa3.tar.xz
spack-c3593e5b486f3f824d5070151ed07c10fdeccaa3.zip
Allow choosing the name of the packages subdirectory in repositories (#36643)
Co-authored-by: becker33 <becker33@users.noreply.github.com>
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 cae6d0cfce..f79b13287a 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -1606,7 +1606,7 @@ _spack_repo() {
_spack_repo_create() {
if $list_options
then
- SPACK_COMPREPLY="-h --help"
+ SPACK_COMPREPLY="-h --help -d --subdirectory"
else
_repos
fi