mirror of
https://github.com/sbrow/envr.git
synced 2025-12-29 23:47:39 -05:00
9 lines
169 B
Go
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()
|
|
}
|