mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 10:38:33 -04:00
ci: Updated release-please.
This commit is contained in:
@@ -2,6 +2,8 @@ package main
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user