stop writing ParseResult.Diagram to output
This commit is contained in:
parent
a6c2b6c9f6
commit
d3143b779f
13 changed files with 0 additions and 30 deletions
|
|
@ -25,8 +25,6 @@ namespace Microsoft.DotNet.Tools.Build
|
|||
|
||||
var result = parser.ParseFrom("dotnet build", args);
|
||||
|
||||
Reporter.Output.WriteLine(result.Diagram());
|
||||
|
||||
result.ShowHelpIfRequested();
|
||||
|
||||
var appliedBuildOptions = result["dotnet"]["build"];
|
||||
|
|
|
|||
Reference in a new issue