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