Class: Hippo::CLI

Inherits:
Thor
  • Object
show all
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

#versionObject



24
25
26
# File 'lib/hippo/cli.rb', line 24

def version
    puts Hippo::VERSION
end