From 4339b6f9cb0da8a9d6519077f4a0ecc385cc382c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Aug 2021 12:56:03 -0400 Subject: Add a reader flag to disable generated blank label avoidance --- tools/console.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/console.c') diff --git a/tools/console.c b/tools/console.c index e13bf8a5..2a2905d9 100644 --- a/tools/console.c +++ b/tools/console.c @@ -70,6 +70,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