1
0
mirror of https://github.com/directorz/mailfull-go.git synced 2025-12-21 03:27:02 +00:00

Change subcommand name: domainlist -> domains

This commit is contained in:
teru
2016-08-11 13:26:20 +09:00
parent 42d4e6389a
commit d7aac2d803
2 changed files with 7 additions and 7 deletions

View File

@@ -43,9 +43,9 @@ func main() {
meta.SubCmdName = c.Subcommand()
return &command.InitCommand{Meta: meta}, nil
},
"domainlist": func() (cli.Command, error) {
"domains": func() (cli.Command, error) {
meta.SubCmdName = c.Subcommand()
return &command.DomainListCommand{Meta: meta}, nil
return &command.DomainsCommand{Meta: meta}, nil
},
"commit": func() (cli.Command, error) {
meta.SubCmdName = c.Subcommand()