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