On Tuesday, 12 March 2024 at 06:39:40 UTC, Richard (Rikki) Andrew Cattermole wrote:
On D's side you can use ``stdout.flush;`` to force it to flush.

I don't think there is a way to force flushing via CLI.

OK, thank you!

Problem solved!

Use code:

```D
std.stdio.stdout.flush();
```

Reply via email to