nels-o / toaster

A wee Win8 console notifications app. Post toast notifications from the console, making it easy to integrate into existing batch scripts etc.
111 stars 17 forks source link

Toast doesn't seem to work when any args are specified #11

Open newageoflight opened 4 years ago

newageoflight commented 4 years ago

Toast with any args specified doesn't seem to work, only the plain command e.g. toast "Hello" works but toast -t "Test" -m "Hello World", toast "Hi" -t "Test" will not

rhyloo commented 3 years ago

I "solved" it, test ---> toast -t "first line" -m "second lines" -w