Open simshanith opened 9 years ago
Currently, this task does not use this.options() to look up the app option, but explicitly uses this.data.app or this.data.application. This breaks multitask shared options configuration.
this.options()
app
this.data.app
this.data.application
Currently, this task does not use
this.options()
to look up theapp
option, but explicitly usesthis.data.app
orthis.data.application
. This breaks multitask shared options configuration.