Files
envr/main.go
2025-11-05 16:35:07 -05:00

9 lines
169 B
Go

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()
}