Sha256: 2a6535e9ccd0e4599d43227b69aa8735ca5a58a0d411867e528174aae224ce52

Contents?: true

Size: 232 Bytes

Versions: 15

Compression:

Stored size: 232 Bytes

Contents

# frozen_string_literal: true

module Jets
  module Command
    class HelpCommand < Base # :nodoc:
      hide_command!

      def help(*)
        say self.class.desc

        Jets::Command.print_commands
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
jets-5.0.13 lib/jets/commands/help/help_command.rb
jets-5.0.12 lib/jets/commands/help/help_command.rb
jets-5.0.11 lib/jets/commands/help/help_command.rb
jets-5.0.10 lib/jets/commands/help/help_command.rb
jets-5.0.9 lib/jets/commands/help/help_command.rb
jets-5.0.8 lib/jets/commands/help/help_command.rb
jets-5.0.7 lib/jets/commands/help/help_command.rb
jets-5.0.6 lib/jets/commands/help/help_command.rb
jets-5.0.5 lib/jets/commands/help/help_command.rb
jets-5.0.4 lib/jets/commands/help/help_command.rb
jets-5.0.3 lib/jets/commands/help/help_command.rb
jets-5.0.2 lib/jets/commands/help/help_command.rb
jets-5.0.1 lib/jets/commands/help/help_command.rb
jets-5.0.0 lib/jets/commands/help/help_command.rb
jets-5.0.0.beta1 lib/jets/commands/help/help_command.rb