Closed theimowski closed 8 years ago
Yes, it is indeed wrong in the non-Windows case in both build
and fake
. Thanks!
We should fix it, but is it as is actually broken in your case? Turns out I've used the wrong order for years in all my projects without any problems.
Yeah I tried to type
./fake new post="title"
But got error msg indicating there is no "new" target, so I ended up calling FAKE directly with different arg order
Currently the script name
fsblog.fsx
comes as last argument:mono --runtime=v4.0 packages/FAKE/tools/FAKE.exe $@ --fsiargs -d:MONO fsblog.fsx
however usage for FAKE specifies that scipt path comes first: