2 implementations of ParseResult
Microsoft.TemplateEngine.Cli (2)
Commands\create\TemplateCommandArgs.cs (1)
81
public ParseResult
ParseResult
{ get; }
Commands\GlobalArgs.cs (1)
32
public ParseResult
ParseResult
{ get; }
4 references to ParseResult
Microsoft.TemplateEngine.Cli (4)
TemplatePackageCoordinator.cs (2)
154
.For<NewCommand>(args.
ParseResult
)
173
.For<NewCommand>(args.
ParseResult
)
TemplatePackageDisplay.cs (2)
56
.For<NewCommand>(args.
ParseResult
)
75
.For<NewCommand>(args.
ParseResult
)