tarantool / tt

Command-line utility to manage Tarantool applications
Other
101 stars 12 forks source link

connect: add initial custom evaler support #1024

Open psergee opened 1 week ago

psergee commented 1 week ago

Add support for customizing the way user input is processed. The --evaler option is added to specify the Lua code, which accepts cmd var containing user input for current connection. The evaler Lua code can be loaded from file. Autocompletion is disabled if custom evaler is set.