mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-07 02:07:04 +00:00
refactor(cmd): use factories instead of global cobra command structs (#238)
This enables us to create new commands for e2e tests.
This commit is contained in:
parent
5b5b29c0b5
commit
e6503da93a
4 changed files with 128 additions and 111 deletions
|
|
@ -2,6 +2,7 @@ package main
|
|||
|
||||
import (
|
||||
"github.com/apricote/releaser-pleaser/cmd/rp/cmd"
|
||||
_ "github.com/apricote/releaser-pleaser/internal/log"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue