func(cmd *cobra.Command, flag *pflag.Flag, cc *complete.Command)
| 26 | ) |
| 27 | |
| 28 | type VisitFlags func(cmd *cobra.Command, flag *pflag.Flag, cc *complete.Command) |
| 29 | |
| 30 | // Complete returns a completion command for a cobra command |
| 31 | func Complete(cmd *cobra.Command, skipHelp bool, visitFlags VisitFlags) *complete.Command { |
nothing calls this directly
no outgoing calls
no test coverage detected