buo / homebrew-cask-upgrade

A command line tool for upgrading every outdated app installed by Homebrew Cask
MIT License
2.4k stars 90 forks source link

add better description for pin #138

Closed muescha closed 4 years ago

muescha commented 5 years ago

docs and inline help should be better for pin.

when a user is not familar with the pin command it is hard to guess what it means:

--pin CASK Pin the current app version

homebrew described it better with:

        `pin` <formula>
        Pin the specified <formula>, preventing them from being upgraded when
        issuing the `brew upgrade` <formula> command. See also `unpin`.

see: https://github.com/Homebrew/brew/blob/master/Library/Homebrew/cmd/pin.rb#L10-L13