vuapo-eth / isf-jclient

java console client for the IOTA Spam Fund (http://iotaspam.com)
MIT License
17 stars 5 forks source link

[Question] - Start daemon args #5

Closed jgordor closed 6 years ago

jgordor commented 6 years ago

There is a way to start java -jar isf-jclient-1.0.2.jar with some arg to say the client to do the start command?

I'm tryng to start with nohup in a server (detached from current shell):

nohup java -jar isf-jclient-1.0.2.jar &

But the client is waiting the Please enter a command [start/rewards/config/debug]

vuapo-eth commented 6 years ago

thanks for the suggestion, will be implemented in the next version!

vuapo-eth commented 6 years ago

feature can now be used in v1.0.3

jgordor commented 6 years ago

Thanks 👍