This commit is contained in:
2025-04-02 16:02:22 +03:00
parent 8810e12551
commit 1c6f896b73
5 changed files with 69 additions and 74 deletions
+2 -2
View File
@@ -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():