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

[feature request] shortcut to update mac-cli #121

Closed sg-s closed 7 years ago

sg-s commented 7 years ago

Hi, Instead of:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/guarinogabriel/mac-cli/master/mac-cli/tools/update)"

can we simply mac upgrade ?

guarinogabriel commented 7 years ago

Great suggestion!

The following commands have been added in this commit: https://github.com/guarinogabriel/Mac-CLI/commit/3d3a68e59cba8391772ed35388098523a0f48e1c

mac upgrade mac uninstall

Best regards. Gabriel

sg-s commented 7 years ago

thanks! that's great!