Parent

Methods

Class/Module Index [+]

Quicksearch

Reek::Cli::HelpCommand

A command to display usage information for this application.

Public Class Methods

new(parser) click to toggle source
# File lib/reek/cli/help_command.rb, line 9
def initialize(parser)
  @parser = parser
end

Public Instance Methods

execute(view) click to toggle source
# File lib/reek/cli/help_command.rb, line 12
def execute(view)
  view.output(@parser.to_s)
  view.report_success
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.