()
| 100 | }, |
| 101 | |
| 102 | printDetailedHelp() { |
| 103 | let ui = this.ui; |
| 104 | |
| 105 | ui.writeLine(''); |
| 106 | ui.writeLine(' Run `ember help generate` to view a list of available blueprints.'); |
| 107 | }, |
| 108 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…