3 references to InvalidOption
Microsoft.TemplateEngine.Cli (3)
Commands\create\InstantiateCommand.NoMatchHandling.cs (1)
168return invalidOptionsList.Any() ? NewCommandStatus.InvalidOption : NewCommandStatus.NotFound;
TemplateInvoker.cs (2)
140return NewCommandStatus.InvalidOption; 275return NewCommandStatus.InvalidOption;