diff options
author | David Robillard <d@drobilla.net> | 2023-04-01 19:20:23 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | c9afaab2a84f592e4567b37b3551511381e734e4 (patch) | |
tree | 414c77e7b41c222e9237d76add5c1c4944079ebd /tools | |
parent | 3cc5a4fcaea8f1e2fd47c53135b53f8edcb8619d (diff) | |
download | serd-c9afaab2a84f592e4567b37b3551511381e734e4.tar.gz serd-c9afaab2a84f592e4567b37b3551511381e734e4.tar.bz2 serd-c9afaab2a84f592e4567b37b3551511381e734e4.zip |
Add "longhand" mode to write rdf:type predicates normally
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 2a861d1b..0f66a2f1 100644 --- a/tools/console.c +++ b/tools/console.c @@ -294,6 +294,7 @@ serd_set_output_option(const SerdStringView name, {"ascii", SERD_WRITE_ASCII}, {"expanded", SERD_WRITE_EXPANDED}, {"lax", SERD_WRITE_LAX}, + {"longhand", SERD_WRITE_LONGHAND}, {"terse", SERD_WRITE_TERSE}, {"verbatim", SERD_WRITE_VERBATIM}, {NULL, SERD_WRITE_ASCII}, |