From a1b677851274b7e5295962658e723cab007f9b85 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 5 Apr 2023 08:58:15 -0400 Subject: Add SERD_READ_ORDERED to preserve blank node ordering in models --- 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 0aef9c01..2a396af0 100644 --- a/tools/console.c +++ b/tools/console.c @@ -273,6 +273,7 @@ serd_set_input_option(const SerdStringView name, {"relative", SERD_READ_RELATIVE}, {"global", SERD_READ_GLOBAL}, {"generated", SERD_READ_GENERATED}, + {"ordered", SERD_READ_ORDERED}, {NULL, SERD_READ_LAX}, }; -- cgit v1.2.1