feat(internal): add quiet flag

This commit is contained in:
Tom Neuber 2024-08-19 20:22:41 +02:00
parent 1f0d76ba9e
commit 64a96bc8e2
Signed by: tom
GPG key ID: F17EFE4272D89FF6
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,7 @@ type Config struct {
GitUser string
GitPass string
GPGKey string
Quiet bool
Output io.Writer
Logger zerolog.Logger