Handles the command.
()
| 21 | |
| 22 | /** Handles the command. */ |
| 23 | async function handler() { |
| 24 | await checkServiceStatuses(); |
| 25 | } |
| 26 | |
| 27 | /** yargs command module for checking status information for the repository */ |
| 28 | export const CheckModule: CommandModule<{}, CaretakerCheckOptions> = { |
nothing calls this directly
no test coverage detected