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