| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > ILaunchOptions
Options to pass to the rush "launch" functions.
Signature:
export interface ILaunchOptions |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
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. | ||
|
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. | ||
|
(Optional) Pass along the terminal provider from the CLI version selector. |