refactor(odin): Added proper help text to all commands.

This commit is contained in:
2026-06-12 10:32:20 -04:00
parent fcee4ca7b1
commit 22a517340a
6 changed files with 274 additions and 61 deletions

View File

@@ -6,7 +6,7 @@ import "core:strings"
cmd_remove :: proc(cmd: ^Command) {
if len(cmd.args) != 1 {
fmt.println("Usage: envr remove <path>")
print_command_help("remove")
return
}