add instance command

This commit is contained in:
Yasuhiro Matsumoto 2017-04-15 22:25:20 +09:00
parent f4bf175883
commit 76d34e4b04
2 changed files with 26 additions and 0 deletions

View file

@ -197,6 +197,11 @@ func run() int {
Usage: "show notification",
Action: cmdNotification,
},
{
Name: "instance",
Usage: "show instance information",
Action: cmdInstance,
},
}
app.Run(os.Args)
return 0