Class: Gzr::CLI
- Inherits:
-
Thor
- Object
- Thor
- Gzr::CLI
- 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
#version ⇒ Object
50 51 52 53 |
# File 'lib/gzr/cli.rb', line 50 def version require_relative 'version' puts "v#{Gzr::VERSION}" end |