3 references to s_consoleWidthOption
aspire (3)
Commands\RenderCommand.cs (3)
104
Options.Add(
s_consoleWidthOption
);
120
return CommandResult.FromExitCode(await ExecuteChoiceAsync(requestedScenario, parseResult.GetValue(
s_consoleWidthOption
), cancellationToken));
137
var exitCode = await ExecuteChoiceAsync(choice, parseResult.GetValue(
s_consoleWidthOption
), cancellationToken);