diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 2461a0b7c7..1ed8037d2b 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -337,16 +337,7 @@ _spack() { then SPACK_COMPREPLY="-h --help -H --all-help --color -c --config -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 -b --bootstrap -p --profile --sorted-profile --lines -v --verbose --stacktrace --backtrace -V --version --print-shell-vars" else - SPACK_COMPREPLY="activate add arch audit blame bootstrap build-env buildcache cd change checksum ci clean clone commands compiler compilers concretize config containerize create deactivate debug dependencies dependents deprecate dev-build develop diff docs edit env extensions external fetch find gc gpg graph help info install license list load location log-parse maintainers make-installer mark mirror module patch pkg providers pydoc python reindex remove rm repo resource restage solve spec stage style tags test test-env tutorial undevelop uninstall unit-test unload url verify versions view" - fi -} - -_spack_activate() { - if $list_options - then - SPACK_COMPREPLY="-h --help -f --force -v --view" - else - _installed_packages + SPACK_COMPREPLY="add arch audit blame bootstrap build-env buildcache cd change checksum ci clean clone commands compiler compilers concretize config containerize create debug dependencies dependents deprecate dev-build develop diff docs edit env extensions external fetch find gc gpg graph help info install license list load location log-parse maintainers make-installer mark mirror module patch pkg providers pydoc python reindex remove rm repo resource restage solve spec stage style tags test test-env tutorial undevelop uninstall unit-test unload url verify versions view" fi } @@ -838,15 +829,6 @@ _spack_create() { fi } -_spack_deactivate() { - if $list_options - then - SPACK_COMPREPLY="-h --help -f --force -v --view -a --all" - else - _installed_packages - fi -} - _spack_debug() { if $list_options then @@ -1039,7 +1021,7 @@ _spack_env_depfile() { _spack_extensions() { if $list_options then - SPACK_COMPREPLY="-h --help -l --long -L --very-long -d --deps -p --paths -s --show -v --view" + SPACK_COMPREPLY="-h --help -l --long -L --very-long -d --deps -p --paths -s --show" else _extensions fi |