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