Method: Sym::Application#command

Defined in:
lib/sym/application.rb

#commandObject



80
81
82
83
84
# File 'lib/sym/application.rb', line 80

def command
  @command_class ||= Sym::App::Commands.find_command_class(opts)
  @command       ||= @command_class.new(self) if @command_class
  @command
end