feat(internal): add quiet flag
This commit is contained in:
parent
1f0d76ba9e
commit
64a96bc8e2
2 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,7 @@ type Config struct {
|
|||
GitUser string
|
||||
GitPass string
|
||||
GPGKey string
|
||||
Quiet bool
|
||||
|
||||
Output io.Writer
|
||||
Logger zerolog.Logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue