Allow choosing the name of the packages subdirectory in repositories (#36643)

Co-authored-by: becker33 <becker33@users.noreply.github.com>
This commit is contained in:
Greg Becker
2023-05-04 14:36:21 -07:00
committed by GitHub
parent 3c40d9588f
commit c3593e5b48
5 changed files with 62 additions and 23 deletions

View File

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