mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-06 04:28:15 +08:00
Conditionally trim trailing periods of argument and option descriptions (#1740)
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user