We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2d30b commit e1810d1Copy full SHA for e1810d1
1 file changed
libvcs/parse/base.py
@@ -28,6 +28,8 @@ class Matcher(SkipDefaultFieldsReprMixin):
28
pattern: Pattern
29
"""Regex pattern"""
30
pattern_defaults: dict = dataclasses.field(default_factory=dict)
31
+ """Is the match unambiguous with other VCS systems? e.g. git+ prefix"""
32
+ is_explicit: bool = False
33
34
35
@dataclasses.dataclass(repr=False)
0 commit comments