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
Desc:
I use nonInteractive mode, but find the default runner may change my origin command and concat """ to my command, which may cause command parse failed.
I don't know why the runner need to do this, and I fix it by using String raw = String.join(" ", args); instead.
The text was updated successfully, but these errors were encountered:
Version: SpringShell 3.3.1
Desc:
I use nonInteractive mode, but find the default runner may change my origin command and concat """ to my command, which may cause command parse failed.
I don't know why the runner need to do this, and I fix it by using
String raw = String.join(" ", args);
instead.The text was updated successfully, but these errors were encountered: