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
Really great that finally provided a working completion library for kong. I have a feature request / idea (maybe it is even already implemented and I didn't find it?)
Currently, after all completions are successful, if you enter tab, you still get the file completion from the shell. This is a bit unnecessary and rather confusing. I know that it is possible to turn that off, since cobra uses the ShellCompDirectiveNoFileComp to signal that no file comparison is made. Unfortunately, I do not have enough knowledge about the shell completion system to see how this is actually implemented.
Let me know if I can help in supporting this feature somehow!