refactor: Rename command
This commit is contained in:
@@ -6,7 +6,7 @@ require "json"
|
|||||||
module Homebrew
|
module Homebrew
|
||||||
module_function
|
module_function
|
||||||
|
|
||||||
def bx_tap_content_info_args
|
def brewer_tap_content_info_args
|
||||||
Homebrew::CLI::Parser.new do
|
Homebrew::CLI::Parser.new do
|
||||||
description <<~EOS
|
description <<~EOS
|
||||||
Do something. Place a description here.
|
Do something. Place a description here.
|
||||||
@@ -25,8 +25,8 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def bx_tap_content_info
|
def brewer_tap_content_info
|
||||||
args = bx_tap_content_info_args.parse
|
args = brewer_tap_content_info_args.parse
|
||||||
|
|
||||||
formulae = []
|
formulae = []
|
||||||
casks = []
|
casks = []
|
||||||
Reference in New Issue
Block a user