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