A command runner is responsible for the execution of a command. Using it is optional, but it is useful for commands whose execution block is large.
@param [Hash] options A hash contain the options and their values
@param [Array] arguments The list of arguments
@param [Cri::Command] command The Cri command
# File lib/cri/command_runner.rb, line 22 def initialize(options, arguments, command) @options = options @arguments = arguments @command = command end
Generated with the Darkfish Rdoc Generator 2.