-
Notifications
You must be signed in to change notification settings - Fork 113
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
Problem with exit command #45
Comments
K I'll check this out. Did some UI refactors recently so must have missed this. |
Just to confirm, this is still present -
|
Okay thanks. I semi-recently did a very large refactor on Vorpal (Vantage extends Vorpal), and under this was a large re-factor that was done on Inquirer, which is the the prompting / ui library under both of these. I've also been finalizing Vorpal's API. The point of this is that once these changes are applied to Vantage, it's going to totally break it. This isn't that big of a deal, it just means I am going to need to jump all the way in and get Vantage up to date with all of the other changes before I can fix the point in this issue. Trying to get to this as soon as possible! |
When I set a simple standalone server, and try to connect to it with the
vantage
command line, the exit command breaks. It prints exit twice, but I only typed it once.The text was updated successfully, but these errors were encountered: