spack create: ask how many to download (#17373)

This commit is contained in:
Adam J. Stewart
2020-07-08 02:38:42 -05:00
committed by GitHub
parent f0391db096
commit 207e496162
3 changed files with 8 additions and 4 deletions

View File

@@ -639,7 +639,7 @@ _spack_containerize() {
_spack_create() {
if $list_options
then
SPACK_COMPREPLY="-h --help --keep-stage -n --name -t --template -r --repo -N --namespace -f --force --skip-editor"
SPACK_COMPREPLY="-h --help --keep-stage -n --name -t --template -r --repo -N --namespace -f --force --skip-editor -b --batch"
else
SPACK_COMPREPLY=""
fi