-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
zsh dynamic completions report not enough arguments
#5856
Comments
Hmm, tried to create a test case for this but couldn't reproduce it (#5857). This might require digging into manually. For completeness, what is your version of zsh? Are you using any other addons like omg-zsh or whatever its called? |
and I do not have a |
not enough arguments
I cloned semver-pubgrub and ran $ zsh --version
zsh 5.8.1 (x86_64-ubuntu-linux-gnu) My zsh was generated from a system default
|
btw Granted, the message still shouldn't show up. |
Please complete the following tasks
Rust Version
rustc 1.83.0 (90b35a623 2024-11-26)
Clap Version
4.5.20
Minimal reproducible code
check out https://github.com/pubgrub-rs/semver-pubgrub. Given the weird set up I have in this repository in error might be the correct response. I do not have an examples in the examples folder, I have a whole separate project.
Steps to reproduce the bug with the above code
In zsh Try to completing
cargo r --example=
Actual Behaviour
I get
and my terminal moves on to the next line.
Expected Behaviour
an error, or no suggestion, or 🤷♂️
Additional Context
Ed asked me to move this bug here. I did not follow all instructions for bug reports to this repo, sorry.
Debug Output
No response
The text was updated successfully, but these errors were encountered: