work on support args

This commit is contained in:
2025-04-13 19:24:03 +03:00
parent 34ebe55531
commit ba035881ee
12 changed files with 139 additions and 28 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ class AppSetups(AppValidators, AppPrinters):
class App(AppSetters, AppNonStandardHandlers, AppSetups):
def start_polling(self) -> None:
def run_polling(self) -> None:
self._pre_cycle_setup()
while True:
if self._repeat_command_groups_description: