Open NQNStudios opened 1 year ago
Am I misunderstanding run-haxelib's explanation? I thought it meant that the path argument will be used as the cwd for the program, but if it's actually the path to a haxelib folder stored locally, then it makes sense that there's no lib
argument.
The convention seems to be
<name>
for arguments, but this is not followed forrun lib ...args
andrun-haxelib path ...args
. Also,run-haxelib
must take alib
argument too, so does it go before or after the path?