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