Class: HomebrewAutomation::CLI::MyCliApp

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

Instance Method Summary collapse

Instance Method Details

#versionObject



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

def version
  puts HomebrewAutomation::VERSION
end