Use new line char instead of flushing the output #792
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "mystuffs/master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
Instead of flushing the output every time on each line when the
--help
or--version
command is being invoked, it's better to use a new line character instead. Although this is just for the help command, flushing each time, is much more overhead than simply using a new line character.12fa3bdd83
to84c5e8bca6