Home > @rushstack/ts-command-line > CommandLineParameterProvider > onDefineParameters
CommandLineParameterProvider.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;
void