mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
tests
This commit is contained in:
@@ -14,7 +14,7 @@ arg_parser: ArgParser = ArgParser(
|
||||
)
|
||||
app: App = App(
|
||||
dividing_line=DynamicDividingLine(),
|
||||
autocompleter=AutoCompleter(),
|
||||
autocompleter=AutoCompleter(history_filename="history.txt")
|
||||
)
|
||||
orchestrator: Orchestrator = Orchestrator(arg_parser)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user