I would like to make shell completion automatically installed via a postinstall script. The goal is to have something that is expected to work nicely with commander-completion. It should have ample tests for bash and zsh.
A working version of the tab completion logic can be found in bin/foundry/completion but it doesn't place nice with zsh in Vagrant =(
I would like to make shell completion automatically installed via a
postinstallscript. The goal is to have something that is expected to work nicely withcommander-completion. It should have ample tests forbashandzsh.A working version of the tab completion logic can be found in
bin/foundry/completionbut it doesn't place nice withzshinVagrant=(