Skip to content

NonInteractiveShellRunner cause command parse failed #1151

Open
@yumc1991

Description

@yumc1991

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions