feat(cask): add cask update command to manage cask formula

This will be used by the jimeh/homebrew-emacs-builds brew tap repository
in combination with brew livecheck to automatically update cask formulas
to the latest nightly builds from the jimeh/emacs-builds repository.
This commit is contained in:
2021-06-28 00:02:04 +01:00
parent 634861beea
commit adbcfc6fc4
7 changed files with 713 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ func New(version, commit, date string) *CLI {
notarizeCmd(),
packageCmd(),
releaseCmd(),
caskCmd(),
{
Name: "version",
Usage: "print the version",