Class: Consist::CLI

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

Instance Method Summary collapse

Methods included from ThorExt::Start

extended, start

Instance Method Details

#versionObject



10
11
12
# File 'lib/consist/cli.rb', line 10

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