Right now, the notifications can only be disabled by editing the code. This is not desirable. We should add command-line flags to disable split notifications and to disable all notifications. One important nuance is that because there are a lot of different ways the autosplitter can be started, we should take care to do this in a way which doesn't require duplicating code across different entry points.
Right now, the notifications can only be disabled by editing the code. This is not desirable. We should add command-line flags to disable split notifications and to disable all notifications. One important nuance is that because there are a lot of different ways the autosplitter can be started, we should take care to do this in a way which doesn't require duplicating code across different entry points.