We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f19954 commit b478e53Copy full SHA for b478e53
src/Backend/src/Tooling/ConfixApp.cs
@@ -9,6 +9,10 @@ internal sealed class ConfixCommandLine : CommandLineBuilder
9
{
10
public ConfixCommandLine() : base(new ConfixRootCommand())
11
12
+ var console = AnsiConsole.Create(new AnsiConsoleSettings());
13
+
14
+ console.Profile.Width = 500;
15
16
this.AddService(AnsiConsole.Console)
17
.AddConfixClient()
18
.UseDefaults()
0 commit comments