Method: Beaker::Options::CommandLineParser#usage

Defined in:
lib/beaker/options/command_line_parser.rb

#usageString

Generate a string representing the supported arguments

Examples:

parser = CommandLineParser.new
parser.usage = "Options:  ..."

Returns:

  • (String)

    Return a string representing the available arguments



316
317
318
# File 'lib/beaker/options/command_line_parser.rb', line 316

def usage
  @optparse.help
end