(options)
| 22 | { name: 'environment', type: String, default: 'development' }, |
| 23 | ], |
| 24 | run(options) { |
| 25 | return options; |
| 26 | }, |
| 27 | }); |
| 28 | |
| 29 | let DevelopEmberCLICommand = Command.extend({ |
nothing calls this directly
no outgoing calls
no test coverage detected