remove three commands that have been deprecated since v0.13.0 (#17291)

* remove three commands that have been deprecated since v0.13.0
This commit is contained in:
Greg Becker
2020-06-29 11:15:56 -05:00
committed by GitHub
parent b07d38b3be
commit d71fdc9719
4 changed files with 1 additions and 178 deletions

View File

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