summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2024-06-05 14:19:11 +0200
committerGitHub <noreply@github.com>2024-06-05 14:19:11 +0200
commit3ffe02a2fe75b3190624783f06657a9562560a7f (patch)
tree38ffdd29900f42366853e7793f1254082982871a /share
parent9b775023608cf322bc501e6da52e9443a14ffa29 (diff)
downloadspack-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-xshare/spack/spack-completion.fish2
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