Sha256: f232e1e77f55341d32ab7bddf241eb3f137dd0e9458dd1477a7b2c31a3c8527b
Contents?: true
Size: 339 Bytes
Versions: 1
Compression:
Stored size: 339 Bytes
Contents
# frozen_string_literal: true class Shoes module UI class CLI class VersionCommand < BaseCommand def run puts "Shoes #{Shoes::Core::VERSION}" end def help <<~EOS shoes version Prints the current Shoes version EOS end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-core-4.0.0.rc1 | lib/shoes/ui/cli/version_command.rb |