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