Home > @rushstack/ts-command-line > CommandLineAction > onDefineParameters
CommandLineAction.onDefineParameters() method
The child class should implement this hook to define its command-line parameters, e.g. by calling defineFlagParameter().
Signature:
protected abstract onDefineParameters(): void;
Returns:
void