Conditionally trim trailing periods of argument and option descriptions (#1740)

This commit is contained in:
Tonttu
2025-02-11 23:13:30 +02:00
committed by GitHub
parent c1eb94c1db
commit 11a320c7c9
37 changed files with 78 additions and 69 deletions

View File

@ -132,7 +132,7 @@ public sealed partial class CommandAppTests
});
// When
var result = fixture.Run("--help");
var result = fixture.Run("dog", "--help");
// Then
return Verifier.Verify(result.Output);