Skip to content

Commit 29c9d24

Browse files
committed
Make PathArgumentParser non-singleton
1 parent 3cd7371 commit 29c9d24

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

NanoArguments/Tree/Arguments/PathArgumentParser.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ namespace NanoArguments.Tree.Arguments;
55

66
public class PathArgumentParser : IArgumentParser<string>
77
{
8-
public static PathArgumentParser Instance { get; } = new();
9-
private PathArgumentParser() { }
10-
118
private readonly Filter _filter;
129

1310
public PathArgumentParser(Filter filter = Filter.Any)

0 commit comments

Comments
 (0)