Added --resources option in livecheck cmd

This commit is contained in:
Mohammad Zain Abbas 2022-07-17 12:45:29 +02:00
parent 2223a231cc
commit 7156c95b82

View File

@ -35,6 +35,8 @@ module Homebrew
description: "Show the latest version only if it's newer than the formula/cask."
switch "--json",
description: "Output information in JSON format."
switch "-r", "--resources",
description: "Check resources with livecheck blocks."
switch "-q", "--quiet",
description: "Suppress warnings, don't print a progress bar for JSON output."
switch "--formula", "--formulae",