()
| 76 | anonymousOptions: ['<glob-pattern>'], |
| 77 | |
| 78 | _defaultBlueprint() { |
| 79 | if (this.project.isEmberCLIAddon()) { |
| 80 | return 'addon'; |
| 81 | } else { |
| 82 | return 'app'; |
| 83 | } |
| 84 | }, |
| 85 | |
| 86 | beforeRun: mergeBlueprintOptions, |
| 87 |
nothing calls this directly
no test coverage detected
searching dependent graphs…