Using 2.4.3 on linux, I get the following behavior when calling --version (using the auto-generated help text):
$ dotnet run --version
strans 0.0.2$
The output does not terminate in a line break. This looks very ugly. Instead, it should be:
$ dotnet run --version
strans 0.0.2
$
All other commands nicely finish in a newline.
Using 2.4.3 on linux, I get the following behavior when calling
--version(using the auto-generated help text):The output does not terminate in a line break. This looks very ugly. Instead, it should be:
All other commands nicely finish in a newline.