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
I would like to implement this feature. However AFAIK it's not possible to install shell completions automatically(because there is no post-install hook in cargo to execute a custom script). So there must be some command to install them on demand. Maybe something like this cargo feature --install-shell-completions . What do you think?
I would like to implement this feature. However AFAIK it's not possible to install shell completions automatically(because there is no post-install hook in cargo to execute a custom script). So there must be some command to install them on demand. Maybe something like this cargo feature --install-shell-completions . What do you think?
I agree. Maybe package manager do that automatically for nix and arch users.
Like bash, zsh
The text was updated successfully, but these errors were encountered: