dbrgn / tealdeer

A very fast implementation of tldr in Rust.
https://dbrgn.github.io/tealdeer/
Apache License 2.0
4.06k stars 123 forks source link

Support for clap version 4 #350

Closed plugwash closed 2 months ago

plugwash commented 8 months ago

Hi.

I am part of the Debian rust team and we would like to reduce the number of clap versions we are shipping. Is there any chance of an update to support clap version 4?

dbrgn commented 8 months ago

Yeah, I think that should be doable. Can't promise a timeline, but a release by the end of the year should be realistic.

(If someone has enough free time: A PR for the clap update would be welcome 😄)

dbrgn commented 8 months ago

Ahh, it seems I already started the work last year(!) and then it got stuck: https://github.com/dbrgn/tealdeer/pull/298 I'll try to finish that.