2 references to InvalidCommandOptions
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.NoMatchHandling.cs (1)
93
StringBuilder invalidParamsErrorText = new(LocalizableStrings.
InvalidCommandOptions
);
TemplateInvoker.cs (1)
266
Reporter.Error.WriteLine($"{LocalizableStrings.
InvalidCommandOptions
}: {instantiateResult.ErrorMessage}".Bold().Red());