CLI - ember-cli

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

Parameters:

Name Type Attribute Description
options Object

Private Properties

Private Methods

Parameters:

Name Type Attribute Description
options Object

Return:

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

Parameters:

Name Type Attribute Description
environmentPromiseHash Promise

Return: