Bug of "minus" character
BalazsKondrath opened this issue · 0 comments
BalazsKondrath commented
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.