From fa4c14acdeeabaf7aee0304a57ae7878ecea1776 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 4 May 2023 11:32:35 -0400 Subject: Add a reader flag to disable generated blank label avoidance --- tools/console.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/console.c b/tools/console.c index 56464696..1a2cb46c 100644 --- a/tools/console.c +++ b/tools/console.c @@ -99,6 +99,7 @@ serd_set_input_option(const SerdStringView name, {"lax", SERD_READ_LAX}, {"variables", SERD_READ_VARIABLES}, {"verbatim", SERD_READ_VERBATIM}, + {"generated", SERD_READ_GENERATED}, {NULL, SERD_READ_LAX}, }; -- cgit v1.2.1