Commit 4cfabd4
committed
Fix --help output not appearing through a pipe
On *nix using a pipe makes the output fully buffered, as opposed to a
TTY where the default is line buffering. We did a fast shutdown without
flushing so the output could be lost.
Fixes #631.1 parent d68d79d commit 4cfabd4
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
| 742 | + | |
742 | 743 | | |
743 | 744 | | |
744 | 745 | | |
| 746 | + | |
745 | 747 | | |
746 | 748 | | |
747 | 749 | | |
| |||
0 commit comments