diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-06-05 14:19:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 14:19:11 +0200 |
commit | 3ffe02a2fe75b3190624783f06657a9562560a7f (patch) | |
tree | 38ffdd29900f42366853e7793f1254082982871a /share | |
parent | 9b775023608cf322bc501e6da52e9443a14ffa29 (diff) | |
download | spack-3ffe02a2fe75b3190624783f06657a9562560a7f.tar.gz spack-3ffe02a2fe75b3190624783f06657a9562560a7f.tar.bz2 spack-3ffe02a2fe75b3190624783f06657a9562560a7f.tar.xz spack-3ffe02a2fe75b3190624783f06657a9562560a7f.zip |
spack edit: allow edit multiple files at once (#44416)
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.fish b/share/spack/spack-completion.fish index 63abb4864e..4239faddc8 100755 --- a/share/spack/spack-completion.fish +++ b/share/spack/spack-completion.fish @@ -1451,7 +1451,7 @@ complete -c spack -n '__fish_spack_using_command docs' -s h -l help -d 'show thi # spack edit set -g __fish_spack_optspecs_spack_edit h/help b/build-system c/command d/docs t/test m/module r/repo= N/namespace= -complete -c spack -n '__fish_spack_using_command_pos 0 edit' -f -a '(__fish_spack_packages)' +complete -c spack -n '__fish_spack_using_command_pos_remainder 0 edit' -f -a '(__fish_spack_packages)' complete -c spack -n '__fish_spack_using_command edit' -s h -l help -f -a help complete -c spack -n '__fish_spack_using_command edit' -s h -l help -d 'show this help message and exit' complete -c spack -n '__fish_spack_using_command edit' -s b -l build-system -f -a path |