Sha256: ad5b5a3f704724bd0e40f119b8a97d7454089882d90991e23e5f719ec0049650

Contents?: true

Size: 231 Bytes

Versions: 15

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

module AnnotateRb
  module Commands
    class PrintHelp
      def initialize(parser)
        @parser = parser
      end

      def call(_options)
        puts @parser.help
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
annotaterb-4.13.0 lib/annotate_rb/commands/print_help.rb
annotaterb-4.12.0 lib/annotate_rb/commands/print_help.rb
annotaterb-4.11.0 lib/annotate_rb/commands/print_help.rb
annotaterb-4.10.2 lib/annotate_rb/commands/print_help.rb
annotaterb-4.10.1 lib/annotate_rb/commands/print_help.rb
annotaterb-4.10.0 lib/annotate_rb/commands/print_help.rb
annotaterb-4.9.0 lib/annotate_rb/commands/print_help.rb
annotaterb-4.7.0 lib/annotate_rb/commands/print_help.rb
annotaterb-4.6.0 lib/annotate_rb/commands/print_help.rb
annotaterb-4.5.0 lib/annotate_rb/commands/print_help.rb
annotaterb-4.4.1 lib/annotate_rb/commands/print_help.rb
annotaterb-4.4.0 lib/annotate_rb/commands/print_help.rb
annotaterb-4.3.1 lib/annotate_rb/commands/print_help.rb
annotaterb-4.3.0 lib/annotate_rb/commands/print_help.rb
annotaterb-4.2.0 lib/annotate_rb/commands/print_help.rb