macOS: "scalar upgrade" should defer to homebrew
derrickstolee opened this issue · 1 comments
derrickstolee commented
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]
derrickstolee commented
Completed by #425