We can now run the `pants` binary from anywhere in...
# general
h
We can now run the
pants
binary from anywhere in a repo but how can I do this but have it treat CWD as root like it used to? Is there a special glob symbol I’m missing? I’ve got scripts that run Pants and I want to ensure that environment CWD won’t mess up results.
c
Prefix addresses with // to have them rooted.
h
That’s it, I knew there was a way but couldn’t find anything searching on docs , thanks