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
+11-14Lines changed: 11 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
System.CommandLine
2
-
public abstract class Argument : Symbol, System.CommandLine.Binding.IValueDescriptor, System.CommandLine.Completions.ICompletionSource
2
+
public abstract class Argument : Symbol, System.CommandLine.Binding.IValueDescriptor
3
3
public ArgumentArity Arity { get; set; }
4
-
public System.Collections.Generic.ICollection<System.CommandLine.Completions.ICompletionSource> Completions { get; }
4
+
public System.Collections.Generic.ICollection<System.Func<System.CommandLine.Completions.CompletionContext,System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem>>> Completions { get; }
5
5
public System.Boolean HasDefaultValue { get; }
6
6
public System.String HelpName { get; set; }
7
7
public System.Type ValueType { get; }
@@ -12,7 +12,7 @@ System.CommandLine
12
12
public System.Void SetDefaultValueFactory(System.Func<System.Object> defaultValueFactory)
13
13
public System.Void SetDefaultValueFactory(System.Func<System.CommandLine.Parsing.ArgumentResult,System.Object> defaultValueFactory)
14
14
public System.String ToString()
15
-
public class Argument<T> : Argument, IValueDescriptor<T>, System.CommandLine.Binding.IValueDescriptor, System.CommandLine.Completions.ICompletionSource
15
+
public class Argument<T> : Argument, IValueDescriptor<T>, System.CommandLine.Binding.IValueDescriptor
public static TArgument LegalFilePathsOnly<TArgument>(this TArgument argument)
46
46
public static ParseResult Parse(this Argument argument, System.String commandLine)
47
47
public static ParseResult Parse(this Argument argument, System.String[] args)
48
-
public class Command : IdentifierSymbol, System.Collections.Generic.IEnumerable<Symbol>, System.Collections.IEnumerable, System.CommandLine.Completions.ICompletionSource
48
+
public class Command : IdentifierSymbol, System.Collections.Generic.IEnumerable<Symbol>, System.Collections.IEnumerable
public class RootCommand : Command, System.Collections.Generic.IEnumerable<Symbol>, System.Collections.IEnumerable, System.CommandLine.Completions.ICompletionSource
241
+
public class RootCommand : Command, System.Collections.Generic.IEnumerable<Symbol>, System.Collections.IEnumerable
243
242
public static System.String ExecutableName { get; }
244
243
public static System.String ExecutablePath { get; }
245
244
.ctor(System.String description = )
246
-
public abstract class Symbol, System.CommandLine.Completions.ICompletionSource
0 commit comments