Closed dezren39 closed 10 months ago
this is a great reminder! I had honestly forgot about this.
The readline go library had a problematic bug so I had changed the code to rely on a different library as a temporary fix. Then I forgot to revert the change after the bug was fixed in the upstream library.
I already have reintroduced the library with completion support in https://github.com/typestreamio/typestream/pull/80 but a couple of notes:
cat books | cut .<TAB>
with a list of book fields!)Release is out now (#86) so I will close this one since the basic autocomplete should now work in the shell. I will open an new issue as soon as I have the time to look into how to implement a more robust autocomplete system
using the repl is difficult because tab just inserts a tab