https://pantsbuild.org/ logo
f

fresh-cat-90827

06/28/2021, 8:25 PM
I am looking at the
list
goal documentation and see https://www.pantsbuild.org/v2.6/docs/reference-list#section-provides. Running
Copy code
$ ./pants list --list-provides=True ::
does print names from the
python_distribution
and from the
provides=setup_py()
in the root
BUILD
file
Copy code
//:python_distribution-name setup_py-name
The help says:
List only targets that provide an artifact, displaying the columns specified by --provides-columns.
I can’t find docs on
--provides-columns
argument — is it a refactoring leftover or something that is coming that’s not available in the public docs yet? Many thanks.
h

happy-kitchen-89482

06/28/2021, 9:54 PM
That looks like a stale help string, will fix. Thanks!
❤️ 1
3 Views