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