The `kpt fn export` command.
()
| 30 | |
| 31 | // The `kpt fn export` command. |
| 32 | func ExportCommand() *cobra.Command { |
| 33 | return GetExportRunner().Command |
| 34 | } |
| 35 | |
| 36 | // GetExportRunner creates a ExportRunner instance and wires it to the corresponding Command. |
| 37 | func GetExportRunner() *ExportRunner { |
no test coverage detected