spack/lib/spack
Harmen Stoppels af74680405
depfile: improve tab completion (#33773)
This PR allows you to do:

```
spack env create -d .
spack -e . add python
spack -e . concretize
spack -e . env depfile -o Makefile

make in<tab>              # -> install
make install-<tab>        # -> install-deps/
make install-deps/py<tab> # -> install-deps/python-x.y.z-hash
make install/zl<tab>      # -> install/zlib-x.y.z-hash

make SP<tab>              # -> make SPACK
make SPACK_<tab>          # -> make SPACK_INSTALL_FLAGS=
```
2022-11-15 18:03:17 +01:00
..
docs Add $date option to the list of config variables (#33875) 2022-11-14 10:13:30 -08:00
env Cray support: use linux platform for newer craype versions (#29392) 2022-11-04 14:52:11 -07:00
external Stop using six in Spack (#33905) 2022-11-15 10:07:54 +01:00
llnl Stop using six in Spack (#33905) 2022-11-15 10:07:54 +01:00
spack depfile: improve tab completion (#33773) 2022-11-15 18:03:17 +01:00
spack_installable Remove support for running with Python 2.7 (#33063) 2022-11-14 13:11:28 +01:00