-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a 'shell' command with history and autocomplete support. #106
Comments
Have you considered making this the default for the
|
I guess you mean if you type just "poly" then it should automatically start a shell, I like the idea and I think that is a good default and it will help people getting started! When the new shell is in place, you will get so much speed and support from it that I believe Good input, and thanks @PEZ ! |
Yes that's exactly what I mean. 😄 |
I was able to get command history using |
Okay cool. The new |
Implements issue #106 and #134 (thanks @seancorfield!)
Add a 'shell' command (will replace 'prompt') that supports history (with ) and context sensitive autocomplete. Use the jline3 library.
The text was updated successfully, but these errors were encountered: