This commit is contained in:
2025-05-23 14:33:13 +03:00
parent f6561de9b3
commit c3d9541330
3 changed files with 65 additions and 122 deletions
+1 -3
View File
@@ -93,9 +93,7 @@ class Router:
response: Response = Response()
if handle_command.get_registered_flags().get_flags():
if input_command_flags.get_flags():
response: Response = self._structuring_input_flags(
handle_command, input_command_flags
)
response: Response = self._structuring_input_flags( handle_command, input_command_flags )
command_handler.handling(response)
else:
response.status = Status.ALL_FLAGS_VALID