This commit is contained in:
2025-04-05 00:47:32 +03:00
parent ae9795bd53
commit 76bcba9340
4 changed files with 38 additions and 29 deletions
+1
View File
@@ -60,6 +60,7 @@ class InputCommand(BaseCommand, Generic[InputCommandType]):
def get_input_flags(self) -> InputFlags:
return self._input_flags
@staticmethod
def parse(raw_command: str) -> InputCommandType:
if not raw_command: