MCPcopy Index your code
hub / github.com/ember-cli/ember-cli /

Class

lib/tasks/interactive-new.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const DEFAULT_LOCALE = 'en-US';
7
8class InteractiveNewTask extends Task {
9 async run(newCommandOptions, _testAnswers) {
10 const inquirer = await import('inquirer');
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected