lime
lime copied to clipboard
`--args` options does not work "Error: You must have a "project.xml" file"
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.
From the documentation, it looks like you're supposed to use either -- or -args, but not both. Have you tried lime run hl -- foo?