piccolo-orm / targ

Python CLI using type hints and docstrings.
https://targ.readthedocs.io/en/latest/index.html
MIT License
20 stars 2 forks source link

--trace bug #8

Closed dantownsend closed 3 years ago

dantownsend commented 3 years ago

Using the --trace flag no longer seems to work. It's supposed to show the traceback if a command fails. For example, when used with Piccolo:

piccolo some command --trace

Instead, we get an error saying got an unexpected keyword argument 'trace'.