work on v0.3.0

This commit is contained in:
2025-02-20 22:10:29 +03:00
parent a63c46a78b
commit 79ccfbb3b1
5 changed files with 23 additions and 11 deletions
+2
View File
@@ -50,6 +50,8 @@ class InputCommand(Command, Generic[T]):
current_flag_name = None
current_flag_value = None
if any([current_flag_name, current_flag_value]):
raise IncorrectInputFlagException()
if len(flags.get_flags()) == 0:
return InputCommand(command=command)
else: