A nice feature would be linenoise autocomplete for table keys. We just need a function that uses `pairs` on the table and its `__index` chain (assuming all `__index` values are tables).
A nice feature would be linenoise autocomplete for table keys.
We just need a function that uses
pairson the table and its__indexchain (assuming all__indexvalues are tables).