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 ?? throw new ArgumentNullException(nameof(parseResult));
6 references to ParseResult
Microsoft.TemplateEngine.Cli (6)
Commands\create\TemplateCommand.cs (1)
243
reporter.WriteCommand(Example.FromExistingTokens(templateArgs.
ParseResult
).WithOption(SharedOptions.ForceOption));
TemplateInvoker.cs (5)
240
Reporter.Output.WriteCommand(Example.For<NewCommand>(templateArgs.
ParseResult
).WithOption(NewCommand.DebugRebuildCacheOption));
256
Reporter.Output.WriteCommand(Example.For<UninstallCommand>(templateArgs.
ParseResult
).WithArgument(BaseUninstallCommand.NameArgument, templatePackage.DisplayName));
259
Reporter.Output.WriteCommand(Example.For<InstallCommand>(templateArgs.
ParseResult
).WithArgument(BaseInstallCommand.NameArgument, templatePackage.DisplayName));
270
.For<NewCommand>(templateArgs.
ParseResult
)
292
Reporter.Error.WriteCommand(Example.FromExistingTokens(templateArgs.
ParseResult
).WithOption(SharedOptions.ForceOption));