Home > @rushstack/ts-command-line > ICommandLineFlagDefinition
ICommandLineFlagDefinition interface
For use with CommandLineParameterProvider.defineFlagParameter(), this interface defines a command line parameter that is a boolean flag.
Signature:
export interface ICommandLineFlagDefinition extends IBaseCommandLineDefinition
Extends: IBaseCommandLineDefinition