blob: 32ce1ac9067e4398b3963c82c080c4583d41979e [file] [log] [blame]
// +build !linux
package main
import "github.com/codegangsta/cli"
var (
checkpointCommand cli.Command
eventsCommand cli.Command
restoreCommand cli.Command
specCommand cli.Command
killCommand cli.Command
)