pimalaya / himalaya

CLI to manage emails
https://github.com/pimalaya
MIT License
3.09k stars 94 forks source link

Dynamic completion #473

Open soywod opened 1 week ago

soywod commented 1 week ago

The aim is to be able to complete dynamic things like envelope ids.

The feature is finally available: clap_complete::dynamic::ArgValueCompleter, let's give it a try! (refs: #1232, #3166)