1 write to _ansiConsole
aspire (1)
Commands\RootCommand.cs (1)
147
_ansiConsole
= ansiConsole;
3 references to _ansiConsole
aspire (3)
Commands\RootCommand.cs (3)
191
var writer =
_ansiConsole
.Profile.Out.Writer;
192
var consoleWidth =
_ansiConsole
.Profile.Width;
244
helpOption.Action = new GroupedHelpAction(this,
_ansiConsole
);