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