We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d0b72d + 9a3eeb1 commit c14ed4cCopy full SHA for c14ed4c
src/System.CommandLine/CommandExtensions.cs
@@ -42,7 +42,7 @@ public static Task<int> InvokeAsync(
42
43
private static InvocationPipeline GetInvocationPipeline(Command command, string[] args)
44
{
45
- var parser = command.ImplicitParser ??=
+ var parser = command.ImplicitParser ??
46
new CommandLineBuilder(command)
47
.UseDefaults()
48
.Build();
@@ -63,4 +63,4 @@ public static ParseResult Parse(
63
IReadOnlyCollection<char> delimiters = null) =>
64
new Parser(command).Parse(commandLine);
65
}
66
-}
+}
0 commit comments