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
Hello, I'm currently implementing it, would you advise if I should generate the completions at compile-time or at runtime instead?
(PS. This will be my first ever contribution in open source)
Hey @rafaeljacov ! Awesome that you want to contribute. Complile-time would probably be better in terms of performance.
that's what I thought too but since starship and zoxide both implement it in runtime I just went with it also because it is really easy to source it in the shell config for the user
Add shell completions for the name command. This should be possible with clap. See: https://dev.to/kbknapp/cli-shell-completions-in-rust-37g1
The text was updated successfully, but these errors were encountered: