Is there a shortcut way to see the current value o...
# general
l
Is there a shortcut way to see the current value of an option aside from
pants help-advanced <parent_subsystem>
and then scrolling? For example, I was wanting to list the available
resolve
values for export and couldn't find another way than
pants help-advanced python
and scroll through to the section on
--python-resolves
which shows the
current value:
.
h
No, there's no way to get a single option that I can think of, just all the options in a scope
🙏 1
c
You can use pants help-all and pipe theough a jq query. Not pretty but doable.
🙏 1