3 references to Invoke
dotnet (3)
CommandInvocation.cs (2)
21/// Invokes a built-in command in-process via <see cref="Parser.Invoke(ParseResult)"/>, applying the 34exitCode = Parser.Invoke(parseResult);
Parser.cs (1)
351public static int Invoke(string[] args) => Invoke(Parse(args));