class Brick::CLI::Help
Public Instance Methods
run()
click to toggle source
# File lib/brick/cli/help.rb, line 9 def run ::Brick::CLI.common_optparser.opt_parser.banner=self.banner ::Brick::CLI_Validator::print_help_and_exit(0) end