superfly / corrosion

Gossip-based service discovery (and more) for large distributed systems.
https://superfly.github.io/corrosion/
Apache License 2.0
718 stars 22 forks source link

replace clap attributes with command and arg #258

Closed runsisi closed 2 months ago

runsisi commented 2 months ago

even though #[clap()] still works, #[command()] and #[arg()] are now recommended since clap v4, ref https://github.com/clap-rs/clap/pull/4180