From 7156c95b825c79b4e42ffe8f3ab4cea8a6bee402 Mon Sep 17 00:00:00 2001 From: Mohammad Zain Abbas Date: Sun, 17 Jul 2022 12:45:29 +0200 Subject: [PATCH] Added `--resources` option in livecheck cmd --- Library/Homebrew/dev-cmd/livecheck.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/dev-cmd/livecheck.rb b/Library/Homebrew/dev-cmd/livecheck.rb index 0028cc83aa..c183656fda 100644 --- a/Library/Homebrew/dev-cmd/livecheck.rb +++ b/Library/Homebrew/dev-cmd/livecheck.rb @@ -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",