From bae4f91bfe4e93cb8f2364c6580a54dfda0e3832 Mon Sep 17 00:00:00 2001 From: G-Ragghianti <33492707+G-Ragghianti@users.noreply.github.com> Date: Fri, 3 Apr 2020 16:33:20 -0400 Subject: Add option "--first" for "spack load" (#15622) * Implemented --first option for "spack load" * added test for "spack load --first" Co-authored-by: gragghia --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 6df546e89f..a4d59220fa 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -984,7 +984,7 @@ _spack_list() { _spack_load() { if $list_options then - SPACK_COMPREPLY="-h --help -r --dependencies --sh --csh --only" + SPACK_COMPREPLY="-h --help -r --dependencies --sh --csh --first --only" else _installed_packages fi -- cgit v1.2.3-60-g2f50