Implement autocomplete for rad cli
There should be some way to have auto completions integrated into the terminal, if it this is already a thing then adding them into the docs would be nice, but otherwhise, it would help massively if there could be auto completions for zsh, bash etc.
Thanks, Rubo
That comes “for free” with clap, or am I missing something?
Yes, let’s get this via
clap:)