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