Process the options object coming from either the `init`, `install` or `uninstall` hook. @private @method _processOptions @param {Object} options
(options = {})
| 231 | @param {Object} options |
| 232 | */ |
| 233 | _processOptions(options = {}) { |
| 234 | this.options = options; |
| 235 | this.dryRun = options.dryRun; |
| 236 | this.pod = options.pod; |
| 237 | this.project = options.project; |
| 238 | this.ui = options.ui; |
| 239 | }, |
| 240 | |
| 241 | /** |
| 242 | Hook to specify the path to the blueprint's files. By default this is |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…