Method: Beaker::Options::Parser#usage

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

#usageString

Returns a description of Beaker’s supported arguments

Returns:

  • (String)

    The usage String



28
29
30
# File 'lib/beaker/options/parser.rb', line 28

def usage
  @command_line_parser.usage
end