mirror of
https://github.com/directorz/mailfull-go.git
synced 2025-12-20 02:57:06 +00:00
Implement commit subcommand
This commit is contained in:
@@ -47,6 +47,10 @@ func main() {
|
||||
meta.SubCmdName = c.Subcommand()
|
||||
return &command.DomainListCommand{Meta: meta}, nil
|
||||
},
|
||||
"commit": func() (cli.Command, error) {
|
||||
meta.SubCmdName = c.Subcommand()
|
||||
return &command.CommitCommand{Meta: meta}, nil
|
||||
},
|
||||
}
|
||||
|
||||
exitCode, err := c.Run()
|
||||
|
||||
Reference in New Issue
Block a user