2 references to AllowFileCreationArgument
Microsoft.TemplateEngine.Cli (2)
PostActionProcessors\AddJsonPropertyPostActionProcessor.cs (2)
94
if (!bool.TryParse(action.Args.GetValueOrDefault(
AllowFileCreationArgument
, "false"), out bool createFile))
96
Reporter.Error.WriteLine(string.Format(LocalizableStrings.PostAction_ModifyJson_Error_ArgumentNotBoolean,
AllowFileCreationArgument
));