fixup! deps command: add --include-implicit flag

This commit is contained in:
Thierry Moisan 2024-12-27 13:11:04 -05:00
parent d5e94f2082
commit 2af190363f
No known key found for this signature in database

View File

@ -38,7 +38,8 @@ module Homebrew
description: "Evaluate all available formulae and casks, whether installed or not, to show " \
"their dependents."
switch "--include-implicit",
description: "Include formulae that specify <formula> as a `:build` dependency."
description: "Include formulae that specify <formula> as implicit dependencies: used to " \
"download and unpack source files"
switch "--include-build",
description: "Include formulae that specify <formula> as a `:build` dependency."
switch "--include-test",