boot-notify
boot-notify copied to clipboard
Boot 2.5 optarg validation error
In boot 2.5.0-SNAPSHOT the validation fails for the notify task.
https://github.com/jeluard/boot-notify/blob/master/src/jeluard/boot_notify.clj#L46-L50
The above arguments require an optarg.
I confirm warnings are thrown:
cli: option notifier: expected optarg, got sym
cli: option title: expected optarg, got str
cli: option icon: expected optarg, got str
cli: option pid: expected optarg, got str