Skip to content

v1.2.4 - Fix logging for command function calls

Compare
Choose a tag to compare
@treykeown treykeown released this 23 Jun 09:24
· 12 commits to main since this release

In addition to argparse-related calls, function invocations for @arguably.command are now also logged. This can be seen if using python3 -m arguably --debug your_script.py, or if you set up logging in your script that utilizes arguably.

This was intended behavior from the start, but was not implemented.

Full Changelog: v1.2.3...v1.2.4