Closed dantownsend closed 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:
--trace
piccolo some command --trace
Instead, we get an error saying got an unexpected keyword argument 'trace'.
got an unexpected keyword argument 'trace'
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:Instead, we get an error saying
got an unexpected keyword argument 'trace'
.