runtime: format: add truncation and single-line support to value_writer
This commit is contained in:
@@ -125,7 +125,11 @@ static enum bshell_status process_record(
|
||||
|
||||
fx_stream *in_stream = fx_process_get_stdin(cmd_p->cmd_proc);
|
||||
if (!cmd_p->cmd_writer_init) {
|
||||
bshell_value_writer_init(&cmd_p->cmd_writer, in_stream);
|
||||
bshell_value_writer_init(
|
||||
&cmd_p->cmd_writer,
|
||||
0,
|
||||
0,
|
||||
in_stream);
|
||||
cmd_p->cmd_writer_init = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user