This commit is contained in:
2025-05-21 13:32:45 +03:00
parent fd287c5da0
commit 33cb528b1d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class Flag(BaseFlag):
self,
name: str,
prefix: Literal["-", "--", "---"] = "--",
possible_values: list[str] | Pattern[str] | False = True,
possible_values: list[str] | Pattern[str] | bool = True,
) -> None:
"""
Public. The entity of the flag being registered for subsequent processing