Added TAG_SEPARATORS option to supply a regex of characters to use when splitting tags

This commit is contained in:
hannah98 2021-12-30 20:19:48 +00:00
parent 745f6573c1
commit 049f88def9
3 changed files with 10 additions and 3 deletions

View file

@ -98,6 +98,7 @@ class ConfigDict(BaseConfig, total=False):
WGET_ARGS: List[str]
CURL_ARGS: List[str]
GIT_ARGS: List[str]
TAG_SEPARATORS: str
ConfigDefaultValueGetter = Callable[[ConfigDict], ConfigValue]