Class: Melotropy::Cli::CLI

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

Overview

Real Thor’s subclass

Instance Method Summary collapse

Instance Method Details

#versionObject



13
14
15
# File 'lib/melotropy/cli.rb', line 13

def version
  puts "melotropy-cli v#{Melotropy::Cli::VERSION}"
end