mashlol / notify

Notify your devices from the terminal

Home Page:https://mashlol.github.io/notify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug of "minus" character

BalazsKondrath opened this issue · 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.