Sha256: 0c2ca20355eafe2e4412c7063ae69f87f5e320dd2c3929c4dfe6d40924ca31a0

Contents?: true

Size: 184 Bytes

Versions: 4

Compression:

Stored size: 184 Bytes

Contents

# frozen_string_literal: true

require "skunk/cli/commands/base"

module Skunk
  module Cli
    module Command
      class Help < RubyCritic::Command::Help
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
skunk-0.3.1 lib/skunk/cli/commands/help.rb
skunk-0.3.0 lib/skunk/cli/commands/help.rb
skunk-0.2.0 lib/skunk/cli/commands/help.rb
skunk-0.1.0 lib/skunk/cli/commands/help.rb