This commit is contained in:
2025-03-02 00:54:34 +03:00
parent a378163431
commit 5e6cdc342e
6 changed files with 55 additions and 77 deletions
+1
View File
@@ -36,6 +36,7 @@ class Flag:
return True
else:
return False
if isinstance(self.possible_flag_values, list):
if self.ignore_flag_value_register:
if input_flag_value.lower() in [x.lower() for x in self.possible_flag_values]: