refactor(cmd): use factories instead of global cobra command structs

This enables us to create new commands for e2e tests.
This commit is contained in:
Julian Tölle 2025-06-15 16:27:31 +02:00
parent 5b5b29c0b5
commit 37d6c2b758
4 changed files with 128 additions and 111 deletions

View file

@ -2,6 +2,7 @@ package main
import (
"github.com/apricote/releaser-pleaser/cmd/rp/cmd"
_ "github.com/apricote/releaser-pleaser/internal/log"
)
func main() {