1 write to AllowScriptsOption
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateCommand.cs (1)
104AllowScriptsOption = new Option<AllowRunScripts>("--allow-scripts")
5 references to AllowScriptsOption
Microsoft.TemplateEngine.Cli (5)
Commands\create\InstantiateCommand.Help.cs (2)
316if (template.AllowScriptsOption != null) 318optionsToShow.Add(template.AllowScriptsOption);
Commands\create\TemplateCommand.cs (1)
110Options.Add(AllowScriptsOption);
Commands\create\TemplateCommandArgs.cs (2)
38if (command.AllowScriptsOption != null) 40AllowScripts = parseResult.GetValue(command.AllowScriptsOption);