LogoRobo.js
Framework

CliAfterHook()

Type Alias: CliAfterHook()

type CliAfterHook = (context) => void | Promise<void>;

Hook that runs after the original command handler completes.

Parameters

ParameterType
contextCliContext

Returns

void | Promise<void>

On this page