feat(internal): add quiet flag
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tom Neuber 2024-08-19 20:22:41 +02:00
parent 153e452e4f
commit 535ed5a5c6
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