You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/System.CommandLine.Subsystems/Directives/DiagramSubsystem.cs
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -67,17 +67,17 @@ private static void Diagram(
67
67
{
68
68
builder.Append('!');
69
69
}
70
-
*/
71
-
// TODO: Directives
72
-
/*
70
+
*/
71
+
// TODO: Directives
72
+
/*
73
73
switch (symbolResult)
74
74
{
75
75
case DirectiveResult { Directive: not DiagramDirective }:
76
76
break;
77
77
*/
78
78
79
-
// TODO: This logic is deeply tied to internal types/properties. These aren't things we probably want to expose like SymbolNode. See #2349 for alternatives
80
-
/*
79
+
// TODO: This logic is deeply tied to internal types/properties. These aren't things we probably want to expose like SymbolNode. See #2349 for alternatives
0 commit comments