diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2021-05-17 15:42:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 06:42:48 -0700 |
commit | 8446bebdd98460805f0f5f0c83b3608b9fb577f5 (patch) | |
tree | f6a4219e52e7a5c323a38e980f606a9cd44f0aa9 /share | |
parent | 213ef656c52cdfd6e36eab55a6c208917cc2091d (diff) | |
download | spack-8446bebdd98460805f0f5f0c83b3608b9fb577f5.tar.gz spack-8446bebdd98460805f0f5f0c83b3608b9fb577f5.tar.bz2 spack-8446bebdd98460805f0f5f0c83b3608b9fb577f5.tar.xz spack-8446bebdd98460805f0f5f0c83b3608b9fb577f5.zip |
Revert "Separable module configurations (#22588)" (#23674)
This reverts commit cefbe48c89209dc3df654795644973b1885cdea4.
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index ac2727eeb9..0c17f29312 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -858,7 +858,7 @@ _spack_env_st() { _spack_env_loads() { if $list_options then - SPACK_COMPREPLY="-h --help -n --module-set-name -m --module-type --input-only -p --prefix -x --exclude -r --dependencies" + SPACK_COMPREPLY="-h --help -m --module-type --input-only -p --prefix -x --exclude -r --dependencies" else _environments fi @@ -1218,7 +1218,7 @@ _spack_module() { _spack_module_lmod() { if $list_options then - SPACK_COMPREPLY="-h --help -n --name" + SPACK_COMPREPLY="-h --help" else SPACK_COMPREPLY="refresh find rm loads setdefault" fi @@ -1272,7 +1272,7 @@ _spack_module_lmod_setdefault() { _spack_module_tcl() { if $list_options then - SPACK_COMPREPLY="-h --help -n --name" + SPACK_COMPREPLY="-h --help" else SPACK_COMPREPLY="refresh find rm loads" fi |