jacobsalmela / NCutil

Notification Center utility- Add/remove apps, set alert styles, suppress App store notifications
GNU General Public License v2.0
171 stars 18 forks source link

Fix help message, add new --get-info option; simplify --get-alert-style #9

Closed gregneagle closed 9 years ago

gregneagle commented 9 years ago

The translation from optparse to argparse left some ugliness in the help messages due to differences between the modules; this cleans up the help text.

I've added a new option: --get-info, which returns as much info as we can figure out from the database about a given bundleid.

Since --get-info is rather verbose, I thought it might be useful to then simplify the output of --get-alert-style to be more terse.

jacobsalmela commented 9 years ago

It's really fun to see how much the project is improving from your efforts! Thank you for all of your work!

It seems to work well so far. I'll do a little more testing to verify and then merge it.