Class: Moose::Inventory::Cli::Application

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

Overview

TODO: Documentation

Instance Method Summary collapse

Instance Method Details

#versionObject



14
15
16
# File 'lib/moose_inventory/cli/application.rb', line 14

def version
  puts "Version #{Moose::Inventory::VERSION}"
end