class Falcon::Command::Host

def controller

Prepare a new controller for the command.
def controller
	Controller::Host.new(self)
end