(deps commandDeps)
| 603 | } |
| 604 | |
| 605 | func newConfigValidateCommand(deps commandDeps) *cobra.Command { |
| 606 | return newConfigValidateCommandNamed(deps, "validate") |
| 607 | } |
| 608 | |
| 609 | func newConfigCheckCommand(deps commandDeps) *cobra.Command { |
| 610 | cmd := newConfigValidateCommandNamed(deps, "check") |
no test coverage detected