Constructor Summary

Private Constructors
private
CLI(options)

Property Summary

Private Properties
private
private
instrumentation: Unknown
private
name: Unknown
private
npmPackage: Unknown
private
root: Unknown
private
private
ui: UI

Method Summary

Private Methods
private
callHelp(options): Promise
private
logError(error): Number
private
maybeMakeCommand(commandName, commandArgs): Null | CurrentCommand
private
run(environmentPromiseHash): Promise

Private Constructors

lib/cli/cli.js:15

private CLI(options)

Parameters:

Name Type Attribute Description
options Object

Private Properties

lib/cli/cli.js:42

private disableDependencyChecker: Boolean

lib/cli/cli.js:61

private instrumentation: Unknown

lib/cli/cli.js:22

private name: Unknown

lib/cli/cli.js:55

private npmPackage: Unknown

lib/cli/cli.js:49

private root: Unknown

lib/cli/cli.js:35

private testing: Boolean

lib/cli/cli.js:28

private ui: UI

Private Methods

lib/cli/cli.js:224

private callHelp(options): Promise

Parameters:

Name Type Attribute Description
options Object

Return:

lib/cli/cli.js:264

private logError(error): Number

Parameters:

Name Type Attribute Description
error Object

Return:

lib/cli/cli.js:77

private maybeMakeCommand(commandName, commandArgs): Null | CurrentCommand

Parameters:

Name Type Attribute Description
commandName Object
commandArgs Object

Return:

Null | CurrentCommand
lib/cli/cli.js:115

private run(environmentPromiseHash): Promise

Parameters:

Name Type Attribute Description
environmentPromiseHash Promise

Return: