Bugfixes on CLI interactions

This commit is contained in:
Nathan Schneider
2021-12-20 21:28:54 -07:00
parent fe2d5fdb2a
commit cfef9b29b0
6 changed files with 40 additions and 19 deletions

View File

@@ -1,5 +1,7 @@
dofile("modpol_core/modpol.lua")
modpol.orgs.reset()
print("Log in as which user?")
local username = io.read()