mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
work
This commit is contained in:
@@ -23,7 +23,7 @@ def command_help():
|
||||
|
||||
@work_router.command(Command(trigger='S', description='Start Solving', flags=Flags(PredeterminedFlags.HOST, PredeterminedFlags.PORT)))
|
||||
def command_start_solving(args: InputFlags):
|
||||
pass
|
||||
print(args.get_flags())
|
||||
|
||||
|
||||
@settings_router.command(Command(trigger='U', description='Update WordMath'))
|
||||
|
||||
@@ -8,8 +8,8 @@ from argenta.app import App
|
||||
app: App = App(prompt='[italic white bold]What do you want to do(enter number of action)?',
|
||||
line_separate=f'\n{"[bold green]-[/bold green][bold red]-[/bold red]"*25}\n',
|
||||
print_func=Console().print,
|
||||
command_group_description_separate='',
|
||||
repeat_command_groups=False)
|
||||
command_group_description_separate='ISIISISISIISISISISISISISISIISISI',
|
||||
repeat_command_groups=True)
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user