sheagcraig / yo

Send Notification Center messages from the command line
Apache License 2.0
383 stars 44 forks source link

fixes sheagcraig/yo#26 #27

Open mikemackintosh opened 7 years ago

mikemackintosh commented 7 years ago

Fixes #26 which will occur if the Yo binary is not installed in the expected location

sheagcraig commented 6 years ago

This looks great, with one comment:

argparse will automatically show the help text if there are no args, so you should be able to remove that function and test.

sheagcraig commented 6 years ago

Ah, but I do see that it doesn't show the full help message. I bet this is just an argparse option that I forgot to set. Let me know if you can't figure out how to always show the full help and I'll take a look.