fix: Added proper help text to all commands.

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

View File

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