spring-shell icon indicating copy to clipboard operation
spring-shell copied to clipboard

NonInteractiveShellRunner cause command parse failed

Open yumc1991 opened this issue 11 months ago • 2 comments
trafficstars

NonInteractiveShellRunner

  • 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.

yumc1991 avatar Nov 28 '24 03:11 yumc1991