-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Description
Despite the -B/--bell flag being considered "Doubtful" in issue #129, I believe it has great value.
For example, topgrade can take quite some time during updates, long enough for the session to expire. Once expired, if one doesn't notice, the task fails, and one might have to restart a compilation, which can sometimes be lengthy.
For this reason, I use the -B flag, so I don't have to constantly monitor a long batch process and can be alerted by a beep when needed.
I have already implemented this feature in my branch—if you agree, I could open a PR right away.
squell0xf0xx0