1 write to _ansiConsole
aspire (1)
Commands\RootCommand.cs (1)
150_ansiConsole = ansiConsole;
3 references to _ansiConsole
aspire (3)
Commands\RootCommand.cs (3)
194var writer = _ansiConsole.Profile.Out.Writer; 195var consoleWidth = _ansiConsole.Profile.Width; 250helpOption.Action = new GroupedHelpAction(this, _ansiConsole);