2 references to IndentWidth
aspire (2)
Commands\GroupedHelpWriter.cs (2)
205private static string GetIndent(int extra = 0) => new(' ', IndentWidth + extra); 210var descriptionWidth = maxWidth - columnWidth - IndentWidth;