2020-10-10 14:59:39 +02:00

11 lines
112 B
Ruby

# typed: true
# frozen_string_literal: true
require "help"
module Homebrew
def help
Help.help
end
end