-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solana command completion - clap bug? 1.18.1 #35175
Comments
Have you tried patching the clap library |
Same here
Why solana-cli depends on this old version of clap ?? |
this was fixed back in 2020, but unfortunately it seems solana is still in the process of trying to port to clap v3 (which was deprecated in 2022 and current development is for clap v4) |
i created https://github.com/yinhui1984/temp/blob/main/solana_auto_complete_bash_to_zsh.py a temporary solution to fix the bug of solana zsh completion: you can generate a bash auto completion script, them convert it to zsh |
Generating zsh completion appears broken with 1.18.1
Appears to work for all other shells
The text was updated successfully, but these errors were encountered: