This commit is contained in:
2025-05-08 01:08:11 +03:00
parent 07ac2af71e
commit 79b275eac7
6 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from argenta.orchestrator.argparser.arguments import BooleanArgument
arg_parser = ArgParser(processed_args=[BooleanArgument('repeat')])
app: App = App(dividing_line=DynamicDividingLine(),
autocompleter=AutoCompleter('./mock/.hist'),
autocompleter=AutoCompleter(),
repeat_command_groups=False,)
orchestrator: Orchestrator = Orchestrator(arg_parser)