Sam Westmoreland
Sam Westmoreland
`sh_cmd` help is missing `list` as an accepted type for the `cmd` argument.
Close #2433
As far as I can work out, at the moment it's not possible to do something like `plz query print //dir/... --include 'metadata*'`, but it might be nice to be...
``` swestmoreland@swestmoreland-tm01550 ~/please_dev/please (master)$ plz build //test/get_outs:nonamedouts Build finished; total time 540ms, incrementality 0.0%. Outputs: //test/get_outs:nonamedouts: plz-out/gen/test/get_outs/x swestmoreland@swestmoreland-tm01550 ~/please_dev/please (master)$ plz build //test/get_outs:nonamedouts --arch linux_amd64 Build finished; total time 30ms,...
Closes #3155
Partially addresses #2799
MRE: ``` fruit = [ "apple", "banana", ] fruit_and_veg = fruit + [ "edamame", "fennel", ] fruit_veg_and_canned_food = fruit_and_veg + [ "tuna", "baked beans", ] fruit_veg_canned_food_and_sweets = fruit_veg_and_canned_food + [...
It should suggest looking in the please-rules repo for plugins. Just putting this here so we don't forget.