feat(cmd): add sequence
flag to execute multiple functions
This commit is contained in:
parent
f9018dd392
commit
8424fecce3
3 changed files with 18 additions and 2 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