feat(cmd): add sequence
flag to execute multiple functions
This commit is contained in:
parent
30ee41171a
commit
579f2a5df7
5 changed files with 37 additions and 4 deletions
|
@ -29,6 +29,7 @@ type Config struct {
|
|||
GitPass string
|
||||
GPGKey string
|
||||
Quiet bool
|
||||
Sequence []string
|
||||
|
||||
Output io.Writer
|
||||
Logger zerolog.Logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue