(
input: NextInput,
commandPath: ReadonlyArray<string>
)
| 1015 | }) |
| 1016 | |
| 1017 | const handle = ( |
| 1018 | input: NextInput, |
| 1019 | commandPath: ReadonlyArray<string> |
| 1020 | ) => impl.handle(input as Input, commandPath) |
| 1021 | |
| 1022 | return makeCommand({ |
| 1023 | name: impl.name, |
no test coverage detected