refactor: make cli modular

This commit is contained in:
Stavros
2025-10-06 20:57:18 +03:00
parent 30fe695371
commit 74a360369d
11 changed files with 460 additions and 377 deletions

View File

@@ -11,5 +11,5 @@ import (
func main() {
log.Logger = log.Output(zerolog.ConsoleWriter{Out: os.Stderr, TimeFormat: time.RFC3339}).With().Timestamp().Caller().Logger()
cmd.Execute()
cmd.Run()
}