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
{{ message }}
This repository was archived by the owner on Jul 21, 2025. It is now read-only.
@@ -39,4 +39,6 @@ Now, you should be able to test autocompletion by typing `clicko <TAB> <TAB>`.
39
39
40
40
The `clicko-autocomplete` script is able to generate and install shell autocompletion configuration files, stored by default in the `autocomplete` subfolder of this package. This is done by exploiting the in-built autocompletion tools served by `click`.
41
41
42
+
When installing the autocompletion configuration files for `bash` or `zsh`, the `clicko-autocomplete` script is able to check if the config files were already installed, and avoid re-installation.
43
+
42
44
To read more on autocompletion with `click`, check out [their documentation](https://click.palletsprojects.com/en/8.0.x/shell-completion/).
0 commit comments