(ctx context.Context, cmd *cobra.Command)
| 13 | type CmdConfigurator interface { |
| 14 | AddFlags(cmd *cobra.Command) error |
| 15 | ValidateFlags(ctx context.Context, cmd *cobra.Command) error |
| 16 | Validate(ctx context.Context, cmd *cobra.Command) error |
| 17 | } |
no outgoing calls
no test coverage detected