summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2020-07-08 02:38:42 -0500
committerGitHub <noreply@github.com>2020-07-08 09:38:42 +0200
commit207e496162f9bcef5f88ecdede3224cd9b588858 (patch)
tree7533741dca7cbf1aa912cfa13e2b0e1bad22a0d8 /share
parentf0391db096552c7dd3750b0e244d5b3930fb480d (diff)
downloadspack-207e496162f9bcef5f88ecdede3224cd9b588858.tar.gz
spack-207e496162f9bcef5f88ecdede3224cd9b588858.tar.bz2
spack-207e496162f9bcef5f88ecdede3224cd9b588858.tar.xz
spack-207e496162f9bcef5f88ecdede3224cd9b588858.zip
spack create: ask how many to download (#17373)
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 11bd906ad0..fc1b4e2a27 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -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