Implemented interface member:
property
ParseResult
Microsoft.TemplateEngine.Cli.Commands.ICommandArgs.ParseResult
1 write to ParseResult
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateCommandArgs.cs (1)
16
ParseResult
= parseResult;
6 references to ParseResult
Microsoft.TemplateEngine.Cli (6)
Commands\create\TemplateCommand.cs (1)
258
reporter.WriteCommand(Example.FromExistingTokens<TemplateCommand>(templateArgs.
ParseResult
).WithOption(c => c.ForceOption));
TemplateInvoker.cs (5)
242
Reporter.Output.WriteCommand(Example.For<NewCommand>(templateArgs.
ParseResult
).WithOption(c => c.Definition.DebugRebuildCacheOption));
258
Reporter.Output.WriteCommand(Example.For<UninstallCommand>(templateArgs.
ParseResult
).WithArguments(templatePackage.DisplayName));
261
Reporter.Output.WriteCommand(Example.For<InstallCommand>(templateArgs.
ParseResult
).WithArguments(templatePackage.DisplayName));
272
.For<NewCommand>(templateArgs.
ParseResult
)
294
Reporter.Error.WriteCommand(Example.FromExistingTokens<TemplateCommand>(templateArgs.
ParseResult
).WithOption(c => c.ForceOption));