class Falcon::Command::Serve

def invoke(parent)

def invoke(parent)
	container = run(parent.verbose?)
	
	container.wait
end