mojohaus / appassembler

https://www.mojohaus.org/appassembler/
MIT License
93 stars 49 forks source link

How to get external args from [generate-daemons].sh #166

Open Mkabaka opened 1 year ago

Mkabaka commented 1 year ago

I built a generate-daemons which contains all console/start/stop/restart scripts. And when I started the application using sh hello-world.sh start -h 127.0.0.1 -P 3306, there were no args passed to the main class, and I want to know how to pass the args after the hello-world.sh start to mainClass.

Thanks a lot.