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.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,10 @@ System.CommandLine
116
116
public static class CompletionSourceExtensions
117
117
public static System.Void Add(this System.Collections.Generic.List<System.Func<System.CommandLine.Completions.CompletionContext,System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem>>> completionSources, System.Func<System.CommandLine.Completions.CompletionContext,System.Collections.Generic.IEnumerable<System.String>> completionsDelegate)
118
118
public static System.Void Add(this System.Collections.Generic.List<System.Func<System.CommandLine.Completions.CompletionContext,System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem>>> completionSources, System.String[] completions)
119
+
public class DiagramDirective : CliDirective
120
+
.ctor()
121
+
public CliAction Action { get; set; }
122
+
public System.Int32 ParseErrorReturnValue { get; set; }
119
123
public class EnvironmentVariablesDirective : CliDirective
120
124
.ctor()
121
125
public CliAction Action { get; set; }
@@ -124,10 +128,6 @@ System.CommandLine
124
128
public static CliOption<System.IO.DirectoryInfo> AcceptExistingOnly(this CliOption<System.IO.DirectoryInfo> option)
125
129
public static CliOption<System.IO.FileSystemInfo> AcceptExistingOnly(this CliOption<System.IO.FileSystemInfo> option)
126
130
public static CliOption<T> AcceptExistingOnly<T>(this CliOption<T> option)
127
-
public class ParseDiagramDirective : CliDirective
128
-
.ctor()
129
-
public CliAction Action { get; set; }
130
-
public System.Int32 ParseErrorReturnValue { get; set; }
131
131
public class ParseResult
132
132
public CliAction Action { get; }
133
133
public System.CommandLine.Parsing.CommandResult CommandResult { get; }
0 commit comments