Setting up readline completion support for CLI tools?

Hey!

I'm working on a CLI tool in Rust and want to have custom auto-complete to make the UX better. Anyone have any reasons for how you would implement that in Rust?

Thanks

clap_complete looks like the tool to use.