wip: feat: Migrated version command to zig.

This commit is contained in:
2026-04-17 16:42:15 -04:00
parent ce135e9ce4
commit 43b03e0aca
5 changed files with 24 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",