Skip to content

Commit a256d12

Browse files
committed
R: remove redundant interface
1 parent 366a27c commit a256d12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/System.CommandLine/IArgument.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
using System.CommandLine.Binding;
5-
using System.CommandLine.Suggestions;
65

76
namespace System.CommandLine
87
{
98
public interface IArgument :
109
ISymbol,
11-
ISuggestionSource,
1210
IValueDescriptor
1311
{
1412
IArgumentArity Arity { get; }

0 commit comments

Comments
 (0)