is there a way to filter output of `./pants list :...
# general
f
is there a way to filter output of
./pants list ::
based on target type? For example, I want to get only the python libraries using something like
./pants list --type=python_library ::
. The only thing I could only find in the docs was something like this:
Copy code
# find external dependecies
./pants dependencies --type=3rdparty <lib-target>