Class: Ogre::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/ogre.rb

Overview

Start of main CLI

Instance Method Summary collapse

Instance Method Details

#versionObject

Display the version of ‘ogre`



26
27
28
# File 'lib/ogre.rb', line 26

def version
  puts VERSION
end