docs: Updated TODOs.

This commit is contained in:
2025-11-05 16:35:05 -05:00
parent 9ab72a25fa
commit 7a49858a58

View File

@@ -2,6 +2,7 @@ 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()
}