-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hi,
There's a bug with the handling of minus sign if the text is starting with it. No matter if the string to send is inside '' or "".
notify -V
0.1.5
Examples:
notify --text '--blah'
error: unknown option `--blah'
notify --text "--blah"
error: unknown option `--blah'
notify --text -blah
Usage: notify [options]
[...]
notify --text "blah"
[notify] Notifying [....]
notify --text "-blah"
Usage: notify [options]
[...]
Br,
B.
Metadata
Metadata
Assignees
Labels
No labels