Framework
CliAfterHook()
Type Alias: CliAfterHook()
type CliAfterHook = (context) => void | Promise<void>;Hook that runs after the original command handler completes.
Parameters
| Parameter | Type |
|---|---|
context | CliContext |
Returns
void | Promise<void>
Robo.jstype CliAfterHook = (context) => void | Promise<void>;Hook that runs after the original command handler completes.
| Parameter | Type |
|---|---|
context | CliContext |
void | Promise<void>