Class: Macdiff::CLI
- Inherits:
-
Thor
- Object
- Thor
- Macdiff::CLI
- Defined in:
- lib/macdiff/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
15 16 17 18 |
# File 'lib/macdiff/cli.rb', line 15 def version require_relative 'version' puts 'v' + Macdiff::VERSION end |