3 references to Prompt
Microsoft.TemplateEngine.Cli (3)
Commands\create\TemplateCommand.cs (1)
113DefaultValueFactory = (_) => AllowRunScripts.Prompt
PostActionDispatcher.cs (1)
139else if (canRunScripts == AllowRunScripts.Prompt)
TemplateInvoker.cs (1)
314PostActionExecutionStatus result = _postActionDispatcher.Process(creationResult, args.IsDryRun, args.AllowScripts ?? AllowRunScripts.Prompt);