3 references to CreateFormatOption
aspire (3)
Commands\TelemetryLogsCommand.cs (1)
36private static readonly Option<OutputFormat> s_formatOption = TelemetryCommandHelpers.CreateFormatOption();
Commands\TelemetrySpansCommand.cs (1)
36private static readonly Option<OutputFormat> s_formatOption = TelemetryCommandHelpers.CreateFormatOption();
Commands\TelemetryTracesCommand.cs (1)
34private static readonly Option<OutputFormat> s_formatOption = TelemetryCommandHelpers.CreateFormatOption();