1 write to AllowScripts
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateCommandArgs.cs (1)
40
AllowScripts
= parseResult.GetValue(command.AllowScriptsOption);
1 reference to AllowScripts
Microsoft.TemplateEngine.Cli (1)
TemplateInvoker.cs (1)
314
PostActionExecutionStatus result = _postActionDispatcher.Process(creationResult, args.IsDryRun, args.
AllowScripts
?? AllowRunScripts.Prompt);