Hi! Is there a way to list all targets of some typ...
# general
a
Hi! Is there a way to list all targets of some type (e.g. python_source) in my project?
1
./pants list --filter-target-type=python_source TARGETS
a
perfect, thank you