Harald Albers
Harald Albers
Adds completion for the `docker events --filter` family. @thaJeztah PTAL. This is in an early stage (only some filters implemented yet), and I would like to get early feedback whether...
Closes #2209, #2221 #2221 proposed a solution where the custom `DefaultShellCompDirective` only applied to a given command. In https://github.com/spf13/cobra/pull/2221#discussion_r1923845125, alternative approaches were discussed. We agreed on a recursive solution, where...
Closes #2209. Is this implementation acceptable? /cc @thaJeztah
In my experience, not many flags actually require completion of files. Some have dynamic completions, but a great deal of them take free-form string parameters where no completion can be...