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

Function printDetailedHelp

lib/commands/generate.js:94–96  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

92 },
93
94 printDetailedHelp(options) {
95 this.ui.writeLine(this.getAllBlueprints(options));
96 },
97
98 addAdditionalJsonForHelp(json, options) {
99 json.availableBlueprints = this.getAllBlueprints(options);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…