summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2023-11-05 02:15:37 -0800
committerGitHub <noreply@github.com>2023-11-05 10:15:37 +0000
commitf6b23b4653c73f60e826086154cad3040c1b61a7 (patch)
tree703846b3cf3f02ec16fce8688cdb62681e3aea26 /lib
parent4755b28398da08a424ab159fa425a25e3966dab3 (diff)
downloadspack-f6b23b4653c73f60e826086154cad3040c1b61a7.tar.gz
spack-f6b23b4653c73f60e826086154cad3040c1b61a7.tar.bz2
spack-f6b23b4653c73f60e826086154cad3040c1b61a7.tar.xz
spack-f6b23b4653c73f60e826086154cad3040c1b61a7.zip
bugfix: compress aliases for first command in completion (#40890)
This completes to `spack concretize`: ``` spack conc<tab> ``` but this still gets hung up on the difference between `concretize` and `concretise`: ``` spack -e . conc<tab> ``` We were checking `"$COMP_CWORD" = 1`, which tracks the word on the command line including any flags and their args, but we should track `"$COMP_CWORD_NO_FLAGS" = 1` to figure out if the arg we're completing is the first real command.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions