We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--args
run doc says --/-args ... -- Pass additional arguments at launch, but when I do lime run hl --args foo I get
run
--/-args ... -- Pass additional arguments at launch
lime run hl --args foo
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.
lime run hl
The text was updated successfully, but these errors were encountered:
From the documentation, it looks like you're supposed to use either -- or -args, but not both. Have you tried lime run hl -- foo?
--
-args
lime run hl -- foo
Sorry, something went wrong.
No branches or pull requests
run
doc says--/-args ... -- Pass additional arguments at launch
, but when I dolime run hl --args foo
I getYou 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
.The text was updated successfully, but these errors were encountered: