Description:
Show an detailed help text when required or when something is missing, errored etc.
Details
There should be an help for general and for each command.
Api
// Show help from an action.
pyramid.showHelp()
// Help callback
pyramid.help(() => {
return 'return your custom help here!'
})