3 references to Example
Microsoft.TemplateEngine.Cli (3)
Commands\Example.cs (3)
46
return new
Example
(typedCommand, parentCommands.ToArray());
59
return new
Example
(siblingCommand, parentCommands2.ToArray());
66
return new
Example
(parseResult.CommandResult.Command, commandParts.ToArray());