when i run `./pants --enable-pantsd list :: | wc -...
# development
a
when i run
./pants --enable-pantsd list :: | wc -l
it starts off with:
Copy code
INFO] waiting for file /Users/dmcclanahan/tools/pants/.pids/pantsd/pid to appear...
and there's no output for several seconds while pantsd is presumably parsing BUILD files/etc, even if that file exists for the whole time. if i put up a diff that added another info log just saying "pantsd was created!" or something would that be useful or am i missing something
👍 1