Anomalocaridid / handlr-regex

Fork of handlr with support for regex
MIT License
129 stars 5 forks source link

Add a flag to disable notifications #90

Open dawidpotocki opened 6 days ago

dawidpotocki commented 6 days ago

When running handlr get with an invalid mimetype you will get an output like this:

$ handlr get "a/a"
Error: NotFound("a/a")

Now, add 1>/dev/null at the end and it will also send you a notification.

I do not want this as I want to use it in a script and only care about the return value and don't want to see any notification. Please add a flag or something to disable the notifications for all actions if there isn't already one (I didn't see anything in 0.12.0).

Thanks.