kislyuk / argcomplete

Python and tab completion, better together.
https://kislyuk.github.io/argcomplete/
Apache License 2.0
1.39k stars 129 forks source link

Add zsh test suite #413

Closed kislyuk closed 1 year ago

kislyuk commented 1 year ago

We now directly support zsh, but it's not covered in the test suite.

kislyuk commented 1 year ago

As @evanunderscore mentioned in another issue, the direct way to do this would be to make a pexpect.replwrap.REPLWrapper for zsh (https://pexpect.readthedocs.io/en/stable/api/replwrap.html) which may or may not be feasible.

kislyuk commented 1 year ago

Added repl wrapper for zsh in 53dfc71.