mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
test: commands now accept stdout/stderr fields.
This commit is contained in:
@@ -5,6 +5,6 @@ import "core:fmt"
|
||||
VERSION :: #load("version.txt", string)
|
||||
|
||||
cmd_version :: proc(cmd: ^Command) {
|
||||
fmt.println(VERSION)
|
||||
fmt.wprintln(cmd.out, VERSION, flush = false)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user