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.86k stars 333 forks source link

Fix "umute" typo #104

Closed cucumbur closed 7 years ago

cucumbur commented 7 years ago

The commands list and the help refer to this command as unmute, not umute. the umute typo was introduced when the script was refactored. Example: cucumbur@cukebook ~ mac volume:umute Command not found: volume:umute Mute: false yet it will actually unmute the volume. volume:unmute, on the other hand, prints nothing and does nothing.

guarinogabriel commented 7 years ago

@cucumbur Thanks for your contribution! 🎉