From 197f91532321fce20ea157be67db681ee73c03f0 Mon Sep 17 00:00:00 2001 From: EricFromCanada Date: Wed, 31 Aug 2022 14:18:32 -0400 Subject: [PATCH] cmd/deps: drop `--installed` requirement for `--formula`/`--cask` Fixes #13592. --- Library/Homebrew/cmd/deps.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/cmd/deps.rb b/Library/Homebrew/cmd/deps.rb index 01bb6512f7..ff4a96d25a 100644 --- a/Library/Homebrew/cmd/deps.rb +++ b/Library/Homebrew/cmd/deps.rb @@ -61,10 +61,8 @@ module Homebrew "for each provided , one formula per line. This is used for " \ "debugging the `--installed`/`--all` display mode." switch "--formula", "--formulae", - depends_on: "--installed", description: "Treat all named arguments as formulae." switch "--cask", "--casks", - depends_on: "--installed", description: "Treat all named arguments as casks." conflicts "--tree", "--graph"