Azhar
Azhar

Reputation: 81

Is there a way to run spring-shell 2.x in a non interactive mode

We are building a spring-shell application. currently, in interactive mode, I have to go like

java -jar sample.jar 

shell:> mycommand arg1 agr2

is there a way to run this nun interactively, Something like this

java -jar sample.jar mycommand arg1 agr2 and then exit.

Upvotes: 8

Views: 2363

Answers (1)

Related Questions