blob: 4d69931a6ad922a75bc90b99ec8f8d3c2b76bef6 [file] [log] [blame]
// +build !linux,!solaris
package main
import "github.com/urfave/cli"
var (
checkpointCommand cli.Command
eventsCommand cli.Command
restoreCommand cli.Command
specCommand cli.Command
killCommand cli.Command
)