notify icon indicating copy to clipboard operation
notify copied to clipboard

Bug of "minus" character

Open BalazsKondrath opened this issue 6 years ago • 0 comments

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.

BalazsKondrath avatar Dec 05 '18 20:12 BalazsKondrath