Skip to content
Snippets Groups Projects
Commit c6536066 authored by Martin Afanasjew's avatar Martin Afanasjew
Browse files

ARGV: remove unused 'usage' method

Also remove related helper method `Homebrew.help_s`.
parent 3503806e
No related branches found
No related tags found
No related merge requests found
......@@ -58,10 +58,6 @@ module Homebrew
exit 0
end
def help_s
HOMEBREW_HELP
end
private
def help_for_command(cmd)
......
......@@ -198,11 +198,6 @@ module HomebrewArgvExtension
options_only.any? { |arg| arg.scan("-").size == 1 && arg.include?(char) }
end
def usage
require "cmd/help"
Homebrew.help_s
end
def cc
value "cc"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment