Home > @microsoft/rush-lib > ILaunchOptions
ILaunchOptions interface
Options to pass to the rush "launch" functions.
Signature:
export interface ILaunchOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
alreadyReportedNodeTooNewError? | boolean | (Optional) If true, the wrapper process already printed a warning that the version of Node.js hasn't been tested with this version of Rush, so we shouldn't print a similar error. | |
isManaged | boolean | True if the tool was invoked from within a project with a rush.json file, otherwise false. We consider a project without a rush.json to be "unmanaged" and we'll print that to the command line when the tool is executed. This is mainly used for debugging purposes. | |
terminalProvider? | ITerminalProvider | (Optional) Used to specify terminal how to write a message |