feat(cmd): add sequence
flag to execute multiple functions
This commit is contained in:
parent
9467e9d0b7
commit
1cf7fcb852
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