From 8446bebdd98460805f0f5f0c83b3608b9fb577f5 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Mon, 17 May 2021 15:42:48 +0200 Subject: Revert "Separable module configurations (#22588)" (#23674) This reverts commit cefbe48c89209dc3df654795644973b1885cdea4. --- share/spack/spack-completion.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/spack/spack-completion.bash') 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 -- cgit v1.2.3-60-g2f50