2017-02-06 20:16:36 +00:00
|
|
|
// +build !linux,!solaris
|
2017-02-01 00:45:59 +00:00
|
|
|
|
|
|
|
package main
|
|
|
|
|
2017-02-06 20:16:36 +00:00
|
|
|
import "github.com/urfave/cli"
|
2017-02-01 00:45:59 +00:00
|
|
|
|
|
|
|
var (
|
|
|
|
checkpointCommand cli.Command
|
|
|
|
eventsCommand cli.Command
|
|
|
|
restoreCommand cli.Command
|
|
|
|
specCommand cli.Command
|
|
|
|
killCommand cli.Command
|
|
|
|
)
|