Sha256: 6d5c60c2c63d6851f292cd6e91d856bb065c5339288b02d671356fc4d9c4b7a2

Contents?: true

Size: 232 Bytes

Versions: 4

Compression:

Stored size: 232 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

4 entries across 4 versions & 1 rubygems

Version Path
annotaterb-4.1.1 lib/annotate_rb/commands/print_help.rb
annotaterb-4.1.0 lib/annotate_rb/commands/print_help.rb
annotaterb-4.0.0 lib/annotate_rb/commands/print_help.rb
annotaterb-4.0.0.beta.1 lib/annotate_rb/commands/print_help.rb