Example #1
0
func init() {
	cli.DefineCommand("create", parseFlags, create, cliCreate, "FIXME")
}
Example #2
0
func init() {
	cli.DefineCommand("show", parseFlags, show, cliShow, "FIXME")
}
Example #3
0
func init() {
	cli.DefineCommand("enter", parseFlags, enter, cliEnter, "FIXME")
}
Example #4
0
func init() {
	cli.DefineCommand("list", parseFlags, list, cliList, "FIXME")
}
Example #5
0
func init() {
	cli.DefineCommand("stop", parseFlags, stop, cliStop, "FIXME")
}