Document calling a command as a regular function - #3820
Conversation
|
I'm not sure I want to document calling callback directly. It feels like an internal implementation detail. I think the other strategies are sufficient. |
|
If it's an implementation detail we should document as private and deprecate public api in the next feature release. |
18924fd to
bb86cde
Compare
Now what do you think of @Rowlando13 proposition to make it a private method and deprecate it? |
|
We don't need to go that far, it's fine that it's accessible as "the thing the command calls", but we don't need to promote it as a thing to call directly. |
OK good, so this PR is ready to be merged upstream! :) |
Document an old open issue on how to call a command as a regular function.
Closes #1054.