class Gzr::CLI

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

@api public

Constants

Error

Error raised by this runner

Public Instance Methods

version() click to toggle source
# File lib/gzr/cli.rb, line 50
def version
  require_relative 'version'
  puts "v#{Gzr::VERSION}"
end