Trimming of TestConsole output by CommandAppTester is configurable

This commit is contained in:
Frank Ray
2025-01-21 08:37:54 +00:00
parent 58bf89a56a
commit 8c5264d117
5 changed files with 92 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ public sealed class AsynchronousCommand : AsyncCommand<AsynchronousCommandSettin
}
else
{
_console.WriteLine($"Finished executing asynchronously");
_console.Write($"Finished executing asynchronously");
}
return 0;