2 implementations of ParseResult
Microsoft.TemplateEngine.Cli (2)
Commands\create\TemplateCommandArgs.cs (1)
81
public ParseResult
ParseResult
{ get; }
Commands\GlobalArgs.cs (1)
30
public ParseResult
ParseResult
{ get; }
4 references to ParseResult
Microsoft.TemplateEngine.Cli (4)
TemplatePackageCoordinator.cs (2)
151
.For<NewCommand>(args.
ParseResult
)
170
.For<NewCommand>(args.
ParseResult
)
TemplatePackageDisplay.cs (2)
57
.For<NewCommand>(args.
ParseResult
)
76
.For<NewCommand>(args.
ParseResult
)