Closed toy closed 1 year ago
Without this change alerter -remove XYZ when executed with non tty stdin (for example by launchd, can be imitated in terminal using cat | alerter -remove XYZ) creates a blank notification.
alerter -remove XYZ
cat | alerter -remove XYZ
Without this change
alerter -remove XYZ
when executed with non tty stdin (for example by launchd, can be imitated in terminal usingcat | alerter -remove XYZ
) creates a blank notification.