rtts / djhtml

Django/Jinja template indenter
GNU General Public License v3.0
582 stars 32 forks source link

Support to option -q / --quiet: don't print any output #97

Closed newGeneracion closed 1 year ago

JaapJoris commented 1 year ago

The -q / --quiet option has been removed in release 3.03 in favor of printing all output to stderr. You can redirect stderr to /dev/null in order to ignore it:

djhtml . 2> /dev/null