diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2023-08-26 23:19:55 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2023-08-30 12:42:31 -0700 |
commit | 6693dc5eb82f1dc7266a7785a531ddf2a0cd22f4 (patch) | |
tree | 9ef02ef8f47396430bab38598713c0c26055267a /bin/spack.ps1 | |
parent | 396f21901160afd54adf21970f22f92c38006bef (diff) | |
download | spack-6693dc5eb82f1dc7266a7785a531ddf2a0cd22f4.tar.gz spack-6693dc5eb82f1dc7266a7785a531ddf2a0cd22f4.tar.bz2 spack-6693dc5eb82f1dc7266a7785a531ddf2a0cd22f4.tar.xz spack-6693dc5eb82f1dc7266a7785a531ddf2a0cd22f4.zip |
completion: make bash completion work in zsh
`compgen -W` does not behave the same way in zsh as it does in bash; it seems not to
actually generate the completions we want.
- [x] add a zsh equivalent and `_compgen_w` to abstract it away
- [x] use `_compgen_w` instead of `compgen -W`
Diffstat (limited to 'bin/spack.ps1')
0 files changed, 0 insertions, 0 deletions