2016-04-13 05:41:09 +08:00
|
|
|
// +build !linux,!solaris
|
2015-06-30 07:49:13 +08:00
|
|
|
|
|
|
|
package main
|
|
|
|
|
2016-06-07 02:45:46 +08:00
|
|
|
import "github.com/urfave/cli"
|
2015-06-30 07:49:13 +08:00
|
|
|
|
|
|
|
var (
|
|
|
|
checkpointCommand cli.Command
|
|
|
|
eventsCommand cli.Command
|
|
|
|
restoreCommand cli.Command
|
2015-07-03 00:59:30 +08:00
|
|
|
specCommand cli.Command
|
2015-08-05 01:45:31 +08:00
|
|
|
killCommand cli.Command
|
2015-06-30 07:49:13 +08:00
|
|
|
)
|