We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd7371 commit 29c9d24Copy full SHA for 29c9d24
1 file changed
NanoArguments/Tree/Arguments/PathArgumentParser.cs
@@ -5,9 +5,6 @@ namespace NanoArguments.Tree.Arguments;
5
6
public class PathArgumentParser : IArgumentParser<string>
7
{
8
- public static PathArgumentParser Instance { get; } = new();
9
- private PathArgumentParser() { }
10
-
11
private readonly Filter _filter;
12
13
public PathArgumentParser(Filter filter = Filter.Any)
0 commit comments