Skip to content
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

Make UI class use cmd under the hood #57

Open
cyberrumor opened this issue May 10, 2024 · 0 comments
Open

Make UI class use cmd under the hood #57

cyberrumor opened this issue May 10, 2024 · 0 comments

Comments

@cyberrumor
Copy link
Owner

Didn't know about this package before but it looks like it was written specifically for interactive shells. As such, it probably has a bunch of logic that does fairly similar things to the UI class. We could most likely remove a bunch of our own code in favor of a standard library solution.
https://docs.python.org/3/library/cmd.html#cmd.Cmd.cmdloop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant