Bugfix on copy_table and added refresh command to CLI

This commit is contained in:
Nathan Schneider
2021-12-28 14:39:34 -07:00
parent 18a29d674c
commit 1b0335c069
4 changed files with 17 additions and 12 deletions

View File

@ -39,11 +39,11 @@ The command-line version is in the `modpol` subdirectory. To run the program on
$ lua[jit] login.lua
```
You can also interact with the interpreter by starting it this way:
Alternatively, to test arbitrary functions in the interpreter outside of the interactive dashboards, load Modpol with:
```
$ lua[jit]
> dofile("login.lua")
> dofile("modpol_core/modpol.lua")
```
In the interpreter, for a list of global functions and tables, use `modpol.menu()`.