Rust, cargo with ZSH (auto complete)
It is as simple as:
rustup completions zsh > ~/.zfunc/_rustup
rustup completions zsh cargo > ~/.zfunc/_cargo
With a TAB you get the auto-complete or the options available:
❯ cargo b
b -- alias: build
bench -- Execute all benchmarks of a local ...
blog.brennetot.com1 min read