mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 10:38:33 -04:00
tests: Added plan for improving testing.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user