Class: Melotropy::Cli::CLI
- Inherits:
-
Thor
- Object
- Thor
- Melotropy::Cli::CLI
- Defined in:
- lib/melotropy/cli.rb
Overview
Real Thor’s subclass
Instance Method Summary collapse
Instance Method Details
#version ⇒ Object
13 14 15 |
# File 'lib/melotropy/cli.rb', line 13 def version puts "melotropy-cli v#{Melotropy::Cli::VERSION}" end |