Class: Gzr::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/gzr/cli.rb

Overview

Handle the application command line parsing and the dispatch to various command objects

Constant Summary collapse

Error =

Error raised by this runner

Class.new(StandardError)

Instance Method Summary collapse

Instance Method Details

#versionObject



50
51
52
53
# File 'lib/gzr/cli.rb', line 50

def version
  require_relative 'version'
  puts "v#{Gzr::VERSION}"
end