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