feat(cmd): add sequence flag to execute multiple functions
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/build unknown status

This commit is contained in:
Tom Neuber 2024-12-07 00:52:25 +01:00
parent f9018dd392
commit c8f52b5af1
Signed by: tom
GPG key ID: F17EFE4272D89FF6
5 changed files with 36 additions and 4 deletions

View file

@ -29,6 +29,7 @@ type Config struct {
GitPass string
GPGKey string
Quiet bool
Sequence []string
Output io.Writer
Logger zerolog.Logger