aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-05 08:58:15 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commita1b677851274b7e5295962658e723cab007f9b85 (patch)
treebb9de8a1addaa32f0e973e382b16b4c46b64e0de /tools/console.c
parentb5956c4dc6b065d664908104d5fc6752a87e3364 (diff)
downloadserd-a1b677851274b7e5295962658e723cab007f9b85.tar.gz
serd-a1b677851274b7e5295962658e723cab007f9b85.tar.bz2
serd-a1b677851274b7e5295962658e723cab007f9b85.zip
Add SERD_READ_ORDERED to preserve blank node ordering in models
Diffstat (limited to 'tools/console.c')
-rw-r--r--tools/console.c1
1 files changed, 1 insertions, 0 deletions
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},
};