do you think `./pants list ::` should fail when yo...
# development
h
do you think
./pants list ::
should fail when you have zero targets defined? (In a world with no target inference). Right now, it does. This dep inference change I’m making will be much easier to do if we change it to return empty output. And I think it’s a good change either way.
:
would still fail, along with a
SingleAddress
like
//:fake
👍 1