func init() { commands.Register("qemu-guest-tools", cmd{}) }
func init() { // This command should only be available on linux, so we register it in a file // that ends with _linux.go commands.Register("qemu-run", cmd{}) }
func init() { commands.Register("daemon", cmd{}) }
func init() { if goruntime.GOOS == "windows" { defaultShell = "cmd.exe" } commands.Register("shell-server", cmd{}) }
func init() { commands.Register("work", cmd{}) }
func init() { commands.Register("help", cmd{}) }
func init() { commands.Register("shell", cmd{}) }