Cleaned up utils.nim by removing unnecessary functions.

This commit is contained in:
Jakob Friedl
2025-08-21 17:08:46 +02:00
parent fbb08afe31
commit 0ccafaccdd
3 changed files with 4 additions and 9 deletions

View File

@@ -172,4 +172,4 @@ proc startServer*(profilePath: string) =
cq.prompt.showPrompt()
var command: string = cq.prompt.readLine()
cq.withOutput(handleConsoleCommand, command)
cq.handleConsoleCommand(command)