Sha256: 0ed48f573ed99dcfab82c5cc798487630ab582e1bf478fa157ce7645a76522e9

Contents?: true

Size: 284 Bytes

Versions: 7

Compression:

Stored size: 284 Bytes

Contents

require 'reek/cli/command'

module Reek
  module Cli
    #
    # A command to display usage information for this application.
    #
    class HelpCommand < Command
      def execute(view)
        view.output(@options.help_text)
        view.report_success
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
reek-1.6.6 lib/reek/cli/help_command.rb
reek-1.6.5 lib/reek/cli/help_command.rb
reek-1.6.4 lib/reek/cli/help_command.rb
reek-1.6.3 lib/reek/cli/help_command.rb
reek-1.6.2 lib/reek/cli/help_command.rb
reek-1.6.1 lib/reek/cli/help_command.rb
reek-1.6.0 lib/reek/cli/help_command.rb