Would be nice to have tab completion for the erde CLI, which should support the following:
Complete subcommands (compile, clean, etc)
Complete flags (along w/ subcommand specific flags)
Complete options (along w/ subcommand specific options) (only suggest valid args, such as only *.erde files?)
Complete arguments (only suggest valid args, such as only *.erde files?)
The following shells should be supported:
bash
zsh
fish
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?
Would be nice to have tab completion for the
erde
CLI, which should support the following:compile
,clean
, etc)*.erde
files?)*.erde
files?)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?