Class: Hippo::CLI
- Inherits:
-
Thor
- Object
- Thor
- Hippo::CLI
- Defined in:
- lib/hippo/cli.rb
Overview
This is the main interface to Hippo that is called by the command ‘bin/hippo`. 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/hippo/cli.rb', line 24 def version puts Hippo::VERSION end |