dev-cmd/cat: require "formula" only when necessary
This commit is contained in:
parent
687dbe5268
commit
c6719e5854
@ -2,7 +2,6 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require "cli/parser"
|
require "cli/parser"
|
||||||
require "formula"
|
|
||||||
|
|
||||||
module Homebrew
|
module Homebrew
|
||||||
extend T::Sig
|
extend T::Sig
|
||||||
@ -32,6 +31,8 @@ module Homebrew
|
|||||||
|
|
||||||
cd HOMEBREW_REPOSITORY
|
cd HOMEBREW_REPOSITORY
|
||||||
pager = if Homebrew::EnvConfig.bat?
|
pager = if Homebrew::EnvConfig.bat?
|
||||||
|
require "formula"
|
||||||
|
|
||||||
unless Formula["bat"].any_version_installed?
|
unless Formula["bat"].any_version_installed?
|
||||||
# The user might want to capture the output of `brew cat ...`
|
# The user might want to capture the output of `brew cat ...`
|
||||||
# Redirect stdout to stderr
|
# Redirect stdout to stderr
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user