10000 Release Version 0.2.4 · dymmond/sayer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Version 0.2.4

Compare
Choose a tag to compare
@tarsil tarsil released this 28 May 09:00
· 13 commits to main since this release
29de95b

Added

  • Custom typing overrides making sure you can specify your own typing for the @command decorator.
  • SayerCommand now supports all the parameters of click.Command, allowing for more flexibility in command definitions when app.add_command is used.

Fixed

  • Help text for arguments was not being displayed correctly when using the @command decorator.
  • @command decorator was not wrapping the decorator properly and loosing critical information for type checking and for type hints.
0