fsprojects / FAKE

FAKE - F# Make
https://fake.build
Other
1.28k stars 582 forks source link

`Starting processes` documentation doesn't explain how to resolve paths #2775

Open pkese opened 4 months ago

pkese commented 4 months ago

I've been reading Starting Processes documentation and keeps assuming I'll be running ./folder/mytool.exe on a known path.

It is common that I might wish to run a mytool.exe that sits somewhere on $PATH, but I don't know exactly where.

And it would be helpful if the process documentation gave me some hint about that.