3 references to Indent
Microsoft.TemplateEngine.Cli (3)
Commands\create\InstantiateCommand.Help.cs (3)
391
context.Output.WriteLine(
Indent
+ string.Join(" ", parts));
464
context.Output.WriteLine(
Indent
+ string.Join(" ", GetCustomUsageParts(context, command, showSubcommands: false)));
468
context.Output.WriteLine(
Indent
+ string.Join(" ", GetCustomUsageParts(context, command, showArguments: false)));