erde-lang / erde

A programming language that compiles to Lua.
https://erde-lang.github.io
MIT License
40 stars 4 forks source link

Add tab completion for `erde` CLI #31

Open bsuth opened 1 year ago

bsuth commented 1 year ago

Would be nice to have tab completion for the erde CLI, which should support the following:

The following shells should be supported:

However, it doesn't seem like Luarocks supports installing / uninstalling completion scripts? These scripts may need to be installed / uninstalled manually by the user and would not be tracked by Luarocks at all, maybe through an erde subcommand?