Implemented interface member:
property
ParseResult
Microsoft.TemplateEngine.Cli.Commands.ICommandArgs.ParseResult
1 write to ParseResult
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateCommandArgs.cs (1)
16ParseResult = parseResult ?? throw new ArgumentNullException(nameof(parseResult));
6 references to ParseResult
Microsoft.TemplateEngine.Cli (6)
Commands\create\TemplateCommand.cs (1)
243reporter.WriteCommand(Example.FromExistingTokens(templateArgs.ParseResult).WithOption(SharedOptions.ForceOption));
TemplateInvoker.cs (5)
240Reporter.Output.WriteCommand(Example.For<NewCommand>(templateArgs.ParseResult).WithOption(NewCommand.DebugRebuildCacheOption)); 256Reporter.Output.WriteCommand(Example.For<UninstallCommand>(templateArgs.ParseResult).WithArgument(BaseUninstallCommand.NameArgument, templatePackage.DisplayName)); 259Reporter.Output.WriteCommand(Example.For<InstallCommand>(templateArgs.ParseResult).WithArgument(BaseInstallCommand.NameArgument, templatePackage.DisplayName)); 270.For<NewCommand>(templateArgs.ParseResult) 292Reporter.Error.WriteCommand(Example.FromExistingTokens(templateArgs.ParseResult).WithOption(SharedOptions.ForceOption));