lime icon indicating copy to clipboard operation
lime copied to clipboard

`--args` options does not work "Error: You must have a "project.xml" file"

Open T1mL3arn opened this issue 2 years ago • 1 comments

run doc says --/-args ... -- Pass additional arguments at launch, but when I do lime run hl --args foo I get

You must have a "project.xml" file or specify another valid project file when using the 'run' command

My project.xml is fine since I can run/compile my project just with lime run hl.

T1mL3arn avatar Jan 17 '24 03:01 T1mL3arn

From the documentation, it looks like you're supposed to use either -- or -args, but not both. Have you tried lime run hl -- foo?

player-03 avatar Jun 04 '24 20:06 player-03