Class: Uma::CLI::Help

Inherits:
Base
  • Object
show all
Defined in:
lib/uma/cli.rb

Instance Attribute Summary

Attributes inherited from Base

#argv, #env

Instance Method Summary collapse

Methods inherited from Base

#initialize, #print_message

Constructor Details

This class inherits a constructor from Uma::CLI::Base

Instance Method Details

#runObject



72
73
74
# File 'lib/uma/cli.rb', line 72

def run
  print_message(env[:io_out], CLI_HELP)
end