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

Function printDetailedHelp

lib/models/blueprint.js:1354–1362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1352 },
1353
1354 printDetailedHelp() {
1355 let markdownColor = new MarkdownColor();
1356 let filePath = getDetailedHelpPath(this.path);
1357
1358 if (Blueprint._existsSync(filePath)) {
1359 return markdownColor.renderFile(filePath, { indent: ' ' });
1360 }
1361 return '';
1362 },
1363
1364 getJson(verbose) {
1365 let json = {};

Callers

nothing calls this directly

Calls 2

renderFileMethod · 0.95
getDetailedHelpPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…