Sha256: 1bc9108ae0b4f80050c47b5c79c0de7b6dad0868ee1b2faa476da6ca40307553

Contents?: true

Size: 219 Bytes

Versions: 4

Compression:

Stored size: 219 Bytes

Contents

# frozen_string_literal: true

require "skunk/cli/commands/base"
require "rubycritic/commands/help"

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.4.2 lib/skunk/cli/commands/help.rb
skunk-0.4.1 lib/skunk/cli/commands/help.rb
skunk-0.4.0 lib/skunk/cli/commands/help.rb
skunk-0.3.2 lib/skunk/cli/commands/help.rb