microsoft/scalar

macOS: "scalar upgrade" should defer to homebrew

derrickstolee opened this issue · 1 comments

The scalar upgrade command is quite complicated, and it does not need to be.

Replace the logic for this command to do the following:

brew update
<check if scalar[-azrepos] is updated>
<if --confirm, then do this:>
brew cask upgrade scalar[-azrepos]

Completed by #425