mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 10:38:33 -04:00
refactor(odin): Added proper help text to all commands.
This commit is contained in:
@@ -7,7 +7,7 @@ import "core:strings"
|
||||
|
||||
cmd_restore :: proc(cmd: ^Command) {
|
||||
if len(cmd.args) != 1 {
|
||||
fmt.println("Usage: envr restore <path>")
|
||||
print_command_help("restore")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user