nblockchain / fsx

FSX is the ideal tool for people that use F# for their scripting needs.
MIT License
14 stars 5 forks source link

fsx -k would run the script #37

Open knocte opened 1 year ago

knocte commented 1 year ago

The -k flag was meant to be only for fsxc (not fsx) program, but we're showing it in the fsx case, and in that case it's not doing what it says (it should just compile and not run).

knocte commented 1 year ago

This bug actually only happens in Unix (macOS+Linux) and only when not being installed as a dotnet tool. Why? Because in those cases launcher.sh is used (instead of fsx.fsproj).