return { ["%w+%s*\n"] = function(match) local cmd = string.match("(%w+)%s*", match) command_queue:enqueue_command(cmd) end }