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
Needs to be done per-shell, each shell has their own completion format/logic. I've done it before for zsh, not trivial, and would need to be kept up to date
Keep in mind the more we have, the more we need to maintain. bash + maybe zsh if one of us uses it actively is probably good enough, it is a nice to have after all, doesn't impact our journey w/ God
Looks like this can be done programmatically and be kept up to date! https://github.com/kislyuk/argcomplete I've seen some CLIs bundle their completion in their code (for example my_binary --generate-completion bash would generate the bash completions for use in the shell), that way it's always up to date
This would be muy nice to have. Need to find out what is required, though.
The text was updated successfully, but these errors were encountered: