add instance command
This commit is contained in:
parent
f4bf175883
commit
76d34e4b04
2 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue