Skip to content

Commit b478e53

Browse files
committed
Fixed tests
1 parent 3f19954 commit b478e53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Backend/src/Tooling/ConfixApp.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ internal sealed class ConfixCommandLine : CommandLineBuilder
99
{
1010
public ConfixCommandLine() : base(new ConfixRootCommand())
1111
{
12+
var console = AnsiConsole.Create(new AnsiConsoleSettings());
13+
14+
console.Profile.Width = 500;
15+
1216
this.AddService(AnsiConsole.Console)
1317
.AddConfixClient()
1418
.UseDefaults()

0 commit comments

Comments
 (0)