pawamoy / failprint

Run a command, print its output only if it fails.
https://pawamoy.github.io/failprint
ISC License
7 stars 0 forks source link

Option to not print the command even if there's a title (pretty format) #9

Closed pawamoy closed 1 year ago

pawamoy commented 3 years ago

Is your feature request related to a problem? Please describe. Sometimes the command is a Python statement with lots of arguments. It might take a lot of space on the screen for nothing.

Describe the solution you'd like An option to tell the formatter not to print the command in any case.

Describe alternatives you've considered Wrapping the call in a lambda?