(runtime, options)
| 130 | AdminInstallCommandOptions, |
| 131 | AdminInstallCommandResult |
| 132 | > = async (runtime, options): Promise<AdminInstallCommandResult> => |
| 133 | await runInstallCommand(runtime, options, 'install'); |
| 134 | |
| 135 | export const reinstallCommand: RuntimeCommand< |
| 136 | AdminReinstallCommandOptions, |
nothing calls this directly
no test coverage detected
searching dependent graphs…