9 references to Indent
System.CommandLine (9)
Help\HelpBuilder.cs (9)
207int maxWidth = MaxWidth - Indent.Length; 210writer.Write(Indent); 233if (firstColumnWidth + secondColumnWidth + Indent.Length + Indent.Length > windowWidth) 235int firstColumnMaxWidth = windowWidth / 2 - Indent.Length; 240secondColumnWidth = windowWidth - firstColumnWidth - Indent.Length - Indent.Length; 251context.Output.Write($"{Indent}{first}"); 261context.Output.Write($"{padding}{Indent}{second}");