Marc Khouzam
Marc Khouzam
> Also this might be related (for getting the kubectl argo rollouts completion to work) > > [kubernetes/kubernetes#105867](https://github.com/kubernetes/kubernetes/pull/105867) @kostis-codefresh Would you be able to try out the proposed solution of...
> I needed to add compdef _kubectl-argo-rollouts kubectl-argo-rollouts to my ~/.zshrc to get everything working Sourcing the zsh completion script is not supported out of the box for efficiency reasons;...
I don't have an opinion on how valuable such an improvement would be compared to the extra maintenance. I'll stil re-open until we can take an official stance on it....
> @marckhouzam can you please create milestone 1.6.0, move the open issues/PRs from 1.5.0 and then close https://github.com/spf13/cobra/milestone/6? Done. Thank you @umarcor for helping organize the project! 👍
Thanks @mandelsoft. To make the review easier, could you provide a simple test program and the steps to reproduce the problem? Ideally you would open an issue with that information...
Hi @mipimipi. When calling the `__complete` function you must not press `` but actually execute the command (pressing ``). You should also explicitly specify the empty argument in that case...
> Hi @marckhouzam, thanks for the quick response. Now I was able to debug with `__complete` (btw: I had to do `crema __complete update r ` instead of `crema __complete...
> 1. `crema update r`: Custom completion function not called (i.e., no message to stderr), but file completion done. You won't see the output when doing shell completion, it is...
We'll have to debug the behavior of the script. In the shell where you will perform shell completion please set this variable: `export BASH_COMP_DEBUG_FILE=/tmp/debug.txt` Then perform the shell completion test:...
> deactivating file completion Hmm... What do you mean by "file completion was done". What do you see happening?