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:
@@ -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
|
||||
|
Reference in New Issue
Block a user