package main import "github.com/sbrow/envr/cmd" // TODO: `envr check` command that looks in cwd and tells you if it's backed up or not. func main() { cmd.Execute() }