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