This repository was archived by the owner on Apr 15, 2020. It is now read-only.
v0.2.7
- Added
_supercalls inconfigobject passed to callbacks, so callbacks can be overridden withmergeConfigand the original function can be called from the new function. - Added
successActionswhich, if they exist, are called once a user has acknowledged the success of an action e.g. has closed aconfirmPrompt), or if there is noconfirmPromptthen the appropriatesuccessAction` is called immediately after a successful action.