sheagcraig / yo

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

Yo bin #28

Open mikemackintosh opened 7 years ago

mikemackintosh commented 7 years ago

In some environments, Yo will not be installed in the standard location of /Applications/Utilities/yo.app. The purpose of this PR is to provide an additional cmd arg of --yo-bin an Administrator can provide with the path to the Yo binary without modifying the yo_scheduler.py file.

sheagcraig commented 6 years ago

Awesome!

Is it necessary to do the len(vars( thing to add the option? Can't it just default to /Applications/Utilities/yo.app and set it either way?

sheagcraig commented 5 years ago

Paging @mikemackintosh

Is it necessary to do the len(vars( thing to add the option? Can't it just default to /Applications/Utilities/yo.app and set it either way?