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
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
...
Changed the default command to
"list"
to prevent the unhelpful 'Command not found' message. When running just the commandmac
the following output is generated:After commit 767a2c1: