Sha256: 18e1575902d79258f67ab914c7158aeb5b5c063d934e4ad027bcbcade530e44c

Contents?: true

Size: 167 Bytes

Versions: 3

Compression:

Stored size: 167 Bytes

Contents

class Ey::Core::Cli::Version < Ey::Core::Cli::Subcommand
  title "version"
  summary "Print the version of the gem"

  def handle
    puts Ey::Core::VERSION
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ey-core-3.1.2 lib/ey-core/cli/version.rb
ey-core-3.1.1 lib/ey-core/cli/version.rb
ey-core-3.1.0 lib/ey-core/cli/version.rb