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
This already works: source <(cgtools --bash-completion-script 'which cgtools')
It is suggested to pre-generate the bash completion and ship that with the exec - but that won't work in this case since cgtools won't be in the $PATH.
We need to generate the auto-completion during to install process to get the path right - although I think that means #11 is pointless since any path change would require a re-install.
I think having bash completion is more important that random moving the exec around.
https://github.com/pcapriotti/optparse-applicative/wiki/Bash-Completion
The text was updated successfully, but these errors were encountered: