From be20e8466ca624f9402ba4593408dd24445caec4 Mon Sep 17 00:00:00 2001 From: Tommaso Negri Date: Thu, 21 Dec 2023 12:32:21 +0100 Subject: [PATCH] refactor: Rename command --- cmd/{bx-tap-content-info.rb => brewer-tap-content-info.rb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename cmd/{bx-tap-content-info.rb => brewer-tap-content-info.rb} (92%) diff --git a/cmd/bx-tap-content-info.rb b/cmd/brewer-tap-content-info.rb similarity index 92% rename from cmd/bx-tap-content-info.rb rename to cmd/brewer-tap-content-info.rb index 83768d4..d2720a3 100755 --- a/cmd/bx-tap-content-info.rb +++ b/cmd/brewer-tap-content-info.rb @@ -6,7 +6,7 @@ require "json" module Homebrew module_function - def bx_tap_content_info_args + def brewer_tap_content_info_args Homebrew::CLI::Parser.new do description <<~EOS Do something. Place a description here. @@ -25,8 +25,8 @@ module Homebrew end end - def bx_tap_content_info - args = bx_tap_content_info_args.parse + def brewer_tap_content_info + args = brewer_tap_content_info_args.parse formulae = [] casks = []