Skip to content

v4.0.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 20 Aug 13:48
· 85 commits to master since this release

What’s Changed

🚀 Features and ✨ Enhancements

  • Feature/#35 error handler (#36) by @markusressel
    • this is a breaking change. The parameters permission_denied_message and print_error have been removed from the @command decorator and can now be accessed using constructor parameters silent_denial and print_error on DefaultErrorHandler. For more complex logic write your own ErrorHandler, see here