Home > @rushstack/ts-command-line > CommandLineParser > onExecute
CommandLineParser.onExecute() method
This hook allows the subclass to perform additional operations before or after the chosen action is executed.
Signature:
protected onExecute(): Promise<void>;
Returns:
Promise<void>