Class: Gitdig::CLI
- Inherits:
-
Thor
- Object
- Thor
- Gitdig::CLI
- Defined in:
- lib/gitdig/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
18 19 20 21 |
# File 'lib/gitdig/cli.rb', line 18 def version require_relative 'version' puts "v#{Gitdig::VERSION}" end |