summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGreg Becker <becker33@llnl.gov>2020-06-29 11:15:56 -0500
committerGitHub <noreply@github.com>2020-06-29 11:15:56 -0500
commitd71fdc9719f716347bb4d61e26e00368466f3aa4 (patch)
tree9a375d8ae3c6c476da914d2657ff48b456ea4664 /share
parentb07d38b3be43391186ee785f634ec73eab50c4e9 (diff)
downloadspack-d71fdc9719f716347bb4d61e26e00368466f3aa4.tar.gz
spack-d71fdc9719f716347bb4d61e26e00368466f3aa4.tar.bz2
spack-d71fdc9719f716347bb4d61e26e00368466f3aa4.tar.xz
spack-d71fdc9719f716347bb4d61e26e00368466f3aa4.zip
remove three commands that have been deprecated since v0.13.0 (#17291)
* remove three commands that have been deprecated since v0.13.0
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash29
1 files changed, 1 insertions, 28 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index 0b10802b6f..830958fe42 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -320,7 +320,7 @@ _spack() {
then
SPACK_COMPREPLY="-h --help -H --all-help --color -C --config-scope -d --debug --timestamp --pdb -e --env -D --env-dir -E --no-env --use-env-repo -k --insecure -l --enable-locks -L --disable-locks -m --mock -p --profile --sorted-profile --lines -v --verbose --stacktrace -V --version --print-shell-vars"
else
- SPACK_COMPREPLY="activate add arch blame build build-env buildcache cd checksum ci clean clone commands compiler compilers concretize config configure containerize create deactivate debug dependencies dependents deprecate dev-build diy docs edit env extensions external fetch find flake8 gc gpg graph help info install license list load location log-parse maintainers mirror module patch pkg providers pydoc python reindex remove rm repo resource restage setup spec stage test uninstall unload url verify versions view"
+ SPACK_COMPREPLY="activate add arch blame build-env buildcache cd checksum ci clean clone commands compiler compilers concretize config containerize create deactivate debug dependencies dependents deprecate dev-build docs edit env extensions external fetch find flake8 gc gpg graph help info install license list load location log-parse maintainers mirror module patch pkg providers pydoc python reindex remove rm repo resource restage setup spec stage test uninstall unload url verify versions view"
fi
}
@@ -355,15 +355,6 @@ _spack_blame() {
fi
}
-_spack_build() {
- if $list_options
- then
- SPACK_COMPREPLY="-h --help -v --verbose"
- else
- _all_packages
- fi
-}
-
_spack_build_env() {
if $list_options
then
@@ -641,15 +632,6 @@ _spack_config_rm() {
fi
}
-_spack_configure() {
- if $list_options
- then
- SPACK_COMPREPLY="-h --help -v --verbose"
- else
- _all_packages
- fi
-}
-
_spack_containerize() {
SPACK_COMPREPLY="-h --help"
}
@@ -725,15 +707,6 @@ _spack_dev_build() {
fi
}
-_spack_diy() {
- if $list_options
- then
- SPACK_COMPREPLY="-h --help -j --jobs -d --source-path -i --ignore-dependencies -n --no-checksum --keep-prefix --skip-patch -q --quiet --drop-in -b --before -u --until --clean --dirty"
- else
- _all_packages
- fi
-}
-
_spack_docs() {
SPACK_COMPREPLY="-h --help"
}