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