Class: Commands::HelpCommand

Inherits:
Command show all
Defined in:
lib/commands.rb

Instance Attribute Summary

Attributes inherited from Command

#arg, #commands, #description, #logger, #name

Instance Method Summary collapse

Methods inherited from Command

#get_field, #has_value, #have, #initialize, #option, #require, #require_single_jobflow, #resolve, #validate

Constructor Details

This class inherits a constructor from Commands::Command

Instance Method Details

#enact(client) ⇒ Object



1069
1070
1071
# File 'lib/commands.rb', line 1069

def enact(client)
  logger.puts commands.opts
end