cmd/deps: drop --installed requirement for --formula/--cask
Fixes #13592.
This commit is contained in:
parent
0cf999eee9
commit
197f915323
@ -61,10 +61,8 @@ module Homebrew
|
|||||||
"for each provided <formula>, one formula per line. This is used for " \
|
"for each provided <formula>, one formula per line. This is used for " \
|
||||||
"debugging the `--installed`/`--all` display mode."
|
"debugging the `--installed`/`--all` display mode."
|
||||||
switch "--formula", "--formulae",
|
switch "--formula", "--formulae",
|
||||||
depends_on: "--installed",
|
|
||||||
description: "Treat all named arguments as formulae."
|
description: "Treat all named arguments as formulae."
|
||||||
switch "--cask", "--casks",
|
switch "--cask", "--casks",
|
||||||
depends_on: "--installed",
|
|
||||||
description: "Treat all named arguments as casks."
|
description: "Treat all named arguments as casks."
|
||||||
|
|
||||||
conflicts "--tree", "--graph"
|
conflicts "--tree", "--graph"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user