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
..
2022-10-25 11:46:47 +00:00
2022-11-15 18:03:17 +01:00
2022-10-11 19:28:27 +02:00
2022-10-11 19:28:27 +02:00
2022-10-06 20:15:28 +02:00
2022-08-23 00:52:48 -07:00