use new rootCmd name var

This commit is contained in:
Robin Olsen
2026-02-05 13:25:34 +01:00
parent 1f254fb7e8
commit ab2fab6194
2 changed files with 7 additions and 6 deletions

View File

@@ -3,12 +3,12 @@ package main
import (
"context"
"github.com/LazyBachelor/LazyPM/internal/service"
"github.com/LazyBachelor/LazyPM/pkg/cli"
)
func main() {
config := service.Config{
config := cli.CLIConfig{
RootCmd: "pm",
IssuePrefix: "pm",
BeadsDBPath: "./.pm/db.db",
StatisticsStoragePath: "./.pm/stats.json",