mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
feat(odin): Ported remove command.
This commit is contained in:
@@ -18,10 +18,6 @@ cmd_restore :: proc(cmd: ^Command) {
|
||||
fmt.println("TODO: restore")
|
||||
}
|
||||
|
||||
cmd_remove :: proc(cmd: ^Command) {
|
||||
fmt.println("TODO: remove")
|
||||
}
|
||||
|
||||
cmd_check :: proc(cmd: ^Command) {
|
||||
fmt.println("TODO: check")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user