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