Skip to content

Commit 6f11815

Browse files
committed
Increase the default size of the Show-Result window.
1 parent d393d5f commit 6f11815

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Spe/Commands/Interactive/ShowResultsCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ protected override void ProcessRecord()
3535
return;
3636
}
3737

38+
AssertDefaultSize(1200, 600);
39+
3840
string response = null;
3941

4042
if (Text.IsPresent)

0 commit comments

Comments
 (0)