This commit is contained in:
2025-03-06 01:35:18 +03:00
parent a57ce490c1
commit b61c151e1c
5 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ def command_help():
help_command()
@work_router.command(Command(trigger='P', description='Start Solving', flags=flags))
@work_router.command(Command(trigger='--gbP', description='Start Solving', flags=flags))
def command_start_solving(args: dict):
print('Solving...')
pprint(args)