I'd like to introduce a top-level `bin/` dir in th...
# general
e
I'd like to introduce a top-level
bin/
dir in the pants repo with the immediate aim of supporting
./bin/dev pants ...
- which would build/pull a linux image (docker required) if needed and run your command inside the same docker image we use in ci for linux shards. I assume this will be viewed as generally a good thing, but introducing
./bin
when we have
build-support/bin
might be considered not so good. Lazy-soliciting strong opinions.