Skip to content

Latest commit

 

History

History
102 lines (49 loc) · 1.64 KB

File metadata and controls

102 lines (49 loc) · 1.64 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

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) Pass along the terminal provider from the CLI version selector.