tests: Added plan for improving testing.

This commit is contained in:
2026-06-14 21:46:16 -04:00
parent fe3253f274
commit 567cc8b1e2
3 changed files with 123 additions and 21 deletions

View File

@@ -5,10 +5,6 @@ import "core:fmt"
VERSION :: #load("version.txt", string)
cmd_version :: proc(cmd: ^Command) {
if has_flag(cmd, "long") || has_flag(cmd, "l") {
fmt.printf("envr version %s\n", VERSION)
} else {
fmt.println(VERSION)
}
fmt.println(VERSION)
}