Skip to content

Commit c7284d8

Browse files
committed
update API baseline
1 parent 44cc9a6 commit c7284d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,11 @@
153153
public System.Collections.Generic.IEnumerable<Symbol> Parents { get; }
154154
public System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem> GetCompletions(System.CommandLine.Completions.CompletionContext context)
155155
public System.String ToString()
156-
public class VersionOption : Option<System.Boolean>
156+
public class VersionOption : Option
157157
.ctor()
158158
.ctor(System.String name, System.String[] aliases)
159159
public System.CommandLine.Invocation.CommandLineAction Action { get; set; }
160+
public System.Type ValueType { get; }
160161
System.CommandLine.Completions
161162
public class CompletionContext
162163
public static CompletionContext Empty { get; }
@@ -185,10 +186,11 @@ System.CommandLine.Help
185186
public class HelpAction : System.CommandLine.Invocation.SynchronousCommandLineAction
186187
.ctor()
187188
public System.Int32 Invoke(System.CommandLine.ParseResult parseResult)
188-
public class HelpOption : System.CommandLine.Option<System.Boolean>
189+
public class HelpOption : System.CommandLine.Option
189190
.ctor()
190191
.ctor(System.String name, System.String[] aliases)
191192
public System.CommandLine.Invocation.CommandLineAction Action { get; set; }
193+
public System.Type ValueType { get; }
192194
System.CommandLine.Invocation
193195
public abstract class AsynchronousCommandLineAction : CommandLineAction
194196
public System.Threading.Tasks.Task<System.Int32> InvokeAsync(System.CommandLine.ParseResult parseResult, System.Threading.CancellationToken cancellationToken = null)

0 commit comments

Comments
 (0)