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