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

changing the module readline for windows #7

Closed
RavenKyu opened this issue Nov 10, 2020 · 1 comment
Closed

changing the module readline for windows #7

RavenKyu opened this issue Nov 10, 2020 · 1 comment

Comments

@RavenKyu
Copy link
Owner

try:
  import readline
except ImportError:
  import pyreadline as readline
RavenKyu added a commit that referenced this issue Nov 12, 2020
@RavenKyu
Copy link
Owner Author

(cliparse) C:\Users\deokyu\Documents\cliparse>python -m cliparse sample_cli\cli.py
(Cmd) manager book
|    | author        | title                         | publisher   |
|----+---------------+-------------------------------+-------------|
|  0 | John Doe      | How to learn speaking English | Magic House |
|  1 | George Orwell | 1984                          | Motihari    |
(Cmd)

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