Hey Gabriele,
For some reason this isn't working for me. I followed your instructions and the auto-complete is not working.
git clone https://github.com/ggirelli/python-click-autocomplete-example.git
cd python-click-autocomplete-example
poetry install
poetry shell
I am on a mac running zsh, so I did:
$ clicko-autocomplete -s zsh
Done. 👍 😃
$ clicko <TAB>
LICENSE README.md clickomplete/ poetry.lock pyproject.toml
As shown here, when I hit after clicko I get a directory listing rather than the subcommands. Any idea why this might be happening?
Thanks,
Erik
Hey Gabriele,
For some reason this isn't working for me. I followed your instructions and the auto-complete is not working.
I am on a mac running zsh, so I did:
As shown here, when I hit after
clickoI get a directory listing rather than the subcommands. Any idea why this might be happening?Thanks,
Erik