-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
[Help Wanted] Test completions command #76
Comments
Hi, I've tested the completion function using fish shell on MacOs X Monterey 12.2.1 with fish version: 3.3.1 on M1 chip.
Let me know If you want me to do any test. |
@interpeix Thank!!! Can you help to test whether cobra still has this problem after upgrading to version 1.4.0? refer: #257 |
@sunny0826 Tested and still having the issue. Builded using a clean Linux env and a fresh fish installation: `vscode@a71fb1df192a /w/kubecm (dependabot/go_modules/github.com/spf13/cobra-1.4.0)> ./kubecm math: Error: Unexpected tokenish/completions/kubecm.fish ~/.config/fish/completions/kubecm.fish (line 93): (Type 'help test' for related documentation) ~/.config/fish/completions/kubecm.fish (line 101): (Type 'help test' for related documentation) ~/.config/fish/completions/kubecm.fish (line 101): (Type 'help test' for related documentation) ~/.config/fish/completions/kubecm.fish (line 117): (Type 'help test' for related documentation) ~/.config/fish/completions/kubecm.fish (line 117): (Type 'help test' for related documentation)` The same results using MacOs |
@interpeix Thanks a lot, I will create a new issue for this problem. |
Hi, i noticed this issue is only for fish and powershell but I have some problems with completion also on zsh.
It also happen with any other commands but the error is sometime different:
I enabled the completion with |
@gpstuff thx for your feedback. I have created a new issue to track this issue. |
The shell completions for
fish
andPowerShell
have been added in v0.16.2, but I don't have the appropriate environment to test if they work. If you are usingkubcm
and are usingfish
orPowerShell
, please help to test if this feature is available. Please provide feedback in this issue, thank!The text was updated successfully, but these errors were encountered: