RoadmapShopEvents
Skip to main content

Home > @rushstack/heft > IHeftRegisterParameterOptions

IHeftRegisterParameterOptions type

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The options object provided to the command line parser when registering a parameter in addition to the action names used to associate the parameter with.

Signature:

export declare type IHeftRegisterParameterOptions<TCommandLineDefinition extends IBaseCommandLineDefinition> = TCommandLineDefinition & IParameterAssociatedActionNames;

References: IBaseCommandLineDefinition, IParameterAssociatedActionNames