package main

import (
	"github.com/10gen/realm-cli/cmd"
)

func main() {
	cmd.Run()
}
