tokio-rs / mini-redis

Incomplete Redis client and server implementation using Tokio - for learning purposes only
MIT License
3.94k stars 464 forks source link

Remove unnecessary custom clap value parser #147

Closed tottoto closed 3 months ago

tottoto commented 3 months ago

clap can use the appropriate From trait of the value type.

https://docs.rs/clap/4.5.13/clap/macro.value_parser.html