wip: feat: Migrated version command to zig.

This commit is contained in:
2026-04-17 16:42:15 -04:00
committed by Spencer Brower
parent a7be0c719d
commit 898a919145
4 changed files with 23 additions and 15 deletions

View File

@@ -15,6 +15,7 @@ var (
var long bool
// versionCmd represents the version command
// Deprecated: Remove when Zig has the chance to emit help
var versionCmd = &cobra.Command{
Use: "version",
Short: "Show envr's version",