spring-shell
spring-shell copied to clipboard
NonInteractiveShellRunner cause command parse failed
trafficstars
-
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.