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



34
35
36
# File 'lib/beaker/options/parser.rb', line 34

def usage
 @command_line_parser.usage
end