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-04-28 23:24:10 +00:00
2022-11-03 09:05:03 +00:00
2022-01-14 22:50:21 -08:00
2022-04-22 08:51:26 +02:00
2022-01-14 22:50:21 -08:00
2022-11-15 13:21:21 +01:00
2022-05-28 02:36:20 +00:00
2017-11-06 22:42:16 -08:00
2022-11-01 19:04:45 +01:00
2022-11-15 18:03:17 +01:00
2022-01-14 22:50:21 -08:00
2022-01-14 22:50:21 -08:00
2022-04-20 17:11:44 -07:00
2022-01-14 22:50:21 -08:00
2022-01-14 22:50:21 -08:00
2022-11-11 00:50:07 -08:00