Sha256: f09e4b08e8604028e74b051aabe51be5037969247e45d69f2bbf11378b6c2e0f

Contents?: true

Size: 371 Bytes

Versions: 1

Compression:

Stored size: 371 Bytes

Contents

# frozen_string_literal: true

require "rubycritic/commands/version"

# nodoc #
module Skunk
  module Cli
    module Command
      # Shows skunk version
      class Version < RubyCritic::Command::Version
        def execute
          print Skunk::VERSION
          status_reporter
        end

        def sharing?
          false
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
skunk-0.5.2 lib/skunk/cli/commands/version.rb