Hm, `--targets-details` is a str option, e.g. `./p...
# development
h
Hm,
--targets-details
is a str option, e.g.
./pants targets --details='python_library'
. Do we like that? We could replace it with
./pants targets --verbose
to list the field information for all targets. Although, that would be horribly verbose.