Class: Lanes::CLI
- Inherits:
-
Thor
- Object
- Thor
- Lanes::CLI
- Defined in:
- lib/lanes/cli.rb
Overview
This is the main interface to Lanes that is called by the command ‘bin/lanes`. Do not put any logic in here, create a class and delegate instead.
Instance Method Summary collapse
Instance Method Details
#version ⇒ Object
24 25 26 |
# File 'lib/lanes/cli.rb', line 24 def version puts Lanes::VERSION end |