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
34
exitCode = Parser.
Invoke
(parseResult);
Parser.cs (1)
351
public static int Invoke(string[] args) =>
Invoke
(Parse(args));