Document app.options and command.app attributes
Bug #1309442 reported by
Andrew Svetlov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cliff |
Triaged
|
Low
|
Unassigned |
Bug Description
I would like to use self.app.
That works fine but uses undocumented API.
Is it good way and .options and .app just should be documented or I have never look on application instance from commands?
To post a comment you must log in.
The app object and its options object are definitely meant to be used in this way. There's even a hook so you can add global application options.
We do need to document that better.