Merge pull request #2 from LazyBachelor/LPM-30

LPM-30 Add List and read command to CLI
This commit is contained in:
Robin Olsen
2026-02-05 04:56:40 -08:00
committed by GitHub
8 changed files with 239 additions and 16 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",