hughrun / ephemetoot

A command line tool to delete your old toots: 🥳 ==> 🧼 ==> 😇
https://ephemetoot.hugh.run
GNU General Public License v3.0
53 stars 8 forks source link

Add option to further suppress output #57

Closed msafadieh closed 4 years ago

msafadieh commented 4 years ago

This commit adds the ability to further suppress output for accounts with no deleted toots using the -qq flag. It also adds the option to completely suppress logging (excluding exceptions) by using the -qqq flag

Styles and docs

Tests

I'm not sure if/how you want me to test this. I modified test_check_batch to test for the new logging format but the tests don't cover the quiet cases.

What this PR does

Changes in this pull request

Related issues

Resolves #56

hughrun commented 4 years ago

I'll pull this on the weekend. I want to fix #49 and #55 before folding all three updates into the next patch.