You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, nice work! I've searched all over the net to find a suitable interactive shell, only to find deeply hidden documentation in many projects :(
I have a couple of questions, I hope this is the right place to ask this:
What platforms are supported? Is this pure Java (+ for all dependencies)? Which exact minimal Java version?
How is CTRL-C handled? Can this SIGINT be used to nicely shutdown the shell?
Can I open the interactive shell programmatically? I'd like to startup my application via command line arguments and then spawn an interactive shell. Another option would be to forward the command line arguments to my application. E.g. for 1st variant:
First of all, nice work! I've searched all over the net to find a suitable interactive shell, only to find deeply hidden documentation in many projects :(
I have a couple of questions, I hope this is the right place to ask this:
CTRL-C
handled? Can thisSIGINT
be used to nicely shutdown the shell?The text was updated successfully, but these errors were encountered: