2 references to FormatOptionLabel
aspire (2)
Commands\GroupedHelpWriter.cs (1)
148visibleOptions.Select(static opt => (FormatOptionLabel(opt), opt.Description ?? string.Empty)),
Commands\ResourceCommand.cs (1)
776GetVisibleCliOptions(commandResult).Select(static option => (GroupedHelpWriter.FormatOptionLabel(option, includeValueName: true), option.Description ?? string.Empty)),