Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
22
module.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