Skip to content

Possible to execute several commands on one line ? #780

@Xinerfapre

Description

@Xinerfapre

Hello,

Is it possible to execute several commands on one line?

When I run :

java -jar myshell.jar command1 args command2

"command1" is executed with argument "args" but command2 is not executed.

If I run :

java -jar myshell.jar command1 --arg1 args command2

"command1" is executed with two arguments "args" and "command2".

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