aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Factor out serd_choose_input_syntax()David Robillard1-0/+22
2022-01-28Add a close function to SerdByteSinkDavid Robillard1-1/+2
This simplifies everything by replacing special cases with a more general close function. A type is no longer stored in the structure, so the other constructors are now essentially syntactic sugar for the universal serd_byte_sink_new_function().
2022-01-28Collapse input and output options into a single flagDavid Robillard1-0/+71
2022-01-28Move serdi to tools subdirectoryDavid Robillard1-0/+122
This separates the command-line tool code from the library implementation.