refactor: Rename command

This commit is contained in:
Tommaso Negri
2023-12-21 12:32:21 +01:00
parent 7c34e718ce
commit be20e8466c
@@ -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 = []