1 write to _ansiConsole
aspire (1)
Commands\RootCommand.cs (1)
184
_ansiConsole
= ansiConsole;
3 references to _ansiConsole
aspire (3)
Commands\RootCommand.cs (3)
213
var writer =
_ansiConsole
.Profile.Out.Writer;
214
var consoleWidth =
_ansiConsole
.Profile.Width;
274
helpOption.Action = new GroupedHelpAction(this,
_ansiConsole
);