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
apitools/base/py/base_cli.py uses readline which is not supported on Windows. Perhaps there is a way to use pyreadline.
As a side note, it would be nice to separate cli code into separate package, because of some wildcard imports if generated cli is present it is being pulled in even if it is not used.
The text was updated successfully, but these errors were encountered:
apitools/base/py/base_cli.py
uses readline which is not supported on Windows. Perhaps there is a way to use pyreadline.As a side note, it would be nice to separate cli code into separate package, because of some wildcard imports if generated cli is present it is being pulled in even if it is not used.
The text was updated successfully, but these errors were encountered: