(out io.Writer, cmd *cobra.Command)
| 199 | } |
| 200 | |
| 201 | func runCompletionFish(out io.Writer, cmd *cobra.Command) error { |
| 202 | return cmd.Root().GenFishCompletion(out, !disableCompDescriptions) |
| 203 | } |
| 204 | |
| 205 | func runCompletionPowershell(out io.Writer, cmd *cobra.Command) error { |
| 206 | if disableCompDescriptions { |
no test coverage detected
searching dependent graphs…