Is it possible to do something like `./pants help ...
# general
h
Is it possible to do something like
./pants help <my macro>
1
c
yes, since 2.16.0a0 there’s a
pants symbols --help
which will include macros in the summary, and then
pants <macro> --help
should just work too.
h
Neat. We're still on 2.15.0 since that's latest stable, but I look forward to that!
👍 1