diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/console.c | 1 |
1 files changed, 1 insertions, 0 deletions
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}, }; |