docs: Removed old TODO.

This commit is contained in:
2025-11-07 11:16:21 -05:00
parent 0fef74a9bb
commit 9a729e6e2a

View File

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