iteration

This commit is contained in:
2023-10-08 04:17:33 -04:00
parent 23839bfcbe
commit f3c4004500
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ elseif action == "remove" then
lum.remove(package)
io.write("Done!\n")
elseif action == "version" then
print("Lum version 0.1.0")
print("0.1.0")
else
io.write("Usage: lum <install:remove:version>\n")
end