You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the app uses the command brew outdated to get a list of outdated packages, which it then matches with the installed packages to get whether they're Formulae of Casks.
Instead, the system should use brew outdated --json to get the outdated packages in a JSON format, which already has them separated into Formulae and Casks.
The text was updated successfully, but these errors were encountered:
Currently, the app uses the command
brew outdated
to get a list of outdated packages, which it then matches with the installed packages to get whether they're Formulae of Casks.Instead, the system should use
brew outdated --json
to get the outdated packages in a JSON format, which already has them separated into Formulae and Casks.The text was updated successfully, but these errors were encountered: