Class: Smore::CLI

Inherits:
Thor
  • Object
show all
Extended by:
ThorExt::Start
Defined in:
lib/smore/cli.rb

Instance Method Summary collapse

Methods included from ThorExt::Start

extended, start

Instance Method Details

#versionObject



12
13
14
# File 'lib/smore/cli.rb', line 12

def version
  say "smore/#{VERSION} #{RUBY_DESCRIPTION}"
end