MCPcopy Create free account
hub / github.com/ember-cli/ember-cli /

Class

tests/helpers/command-generator.js:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 * @return {Function} A command helper.
21 */
22module.exports = class CommandGenerator {
23 constructor(program) {
24 this.program = program;
25 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected