You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(For the record, I was able to solve this at my own end by changing argsOpt in src/commands/run.js's register() and src/modules/runner.js's runApp() into an array.)
Describe the bug
When using
neu run
,NL_ARGS
does not appear to be able to handle parameters with spaces properly.To Reproduce
Steps to reproduce the behavior:
Let's say I have a command-line parameter in the form of
neu run -- --file="..\my folder\path with spaces.txt"
.The outcome, in this case, is four parameters:
Expected behavior
It does work properly when directly calling neutralino-win_x64.exe (or the exe produced by neu build).
Specifications
The text was updated successfully, but these errors were encountered: