guarinogabriel / Mac-CLI

 macOS command line tool for developers – The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your Mac.
MIT License
8.88k stars 334 forks source link

Changed default command to 'list' to prevent the unhelpful empty command not found error #99

Closed Paradoxis closed 8 years ago

Paradoxis commented 8 years ago

Changed the default command to "list" to prevent the unhelpful 'Command not found' message. When running just the command mac the following output is generated:

$ mac
Command not found: 

After commit 767a2c1:

$ mac
 mac CLI – OS X command line tools for developers
====================================================

General Utilities: 
mac update: Install OS X software updates, update installed Ruby gems, Homebrew, npm and their installed packages
mac lock: Lock
...
guarinogabriel commented 8 years ago

@Paradoxis Awesome! Thanks for your contribution.

guarinogabriel commented 8 years ago

@Paradoxis Merging the pull request now.