iteration

This commit is contained in:
2023-10-09 07:14:14 -04:00
parent 7aad0ba0e1
commit c3d3fefd08
2 changed files with 22 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ local action = args[1]
if action == "install" then
package = args[2]
if package == nil then
print("Usage: lum install <package>")
return