manpage should contain the example from tldr
or at least an option to enable them. For example, we have it here: https://uutils.github.io/coreutils/docs/utils/basename.html
But we don't have it here: https://manpages.debian.org/unstable/rust-coreutils/rust-basename.1.en.html
Duplicate of #4845?
Nope, #4845 is about making the examples better. This one is about all examples missing from the manpages (even though they are present in the online docs).
Hey I would try to solve this. To me it looks like the code that puts the examples from the tldr into the online docs lives in src/bin/uudoc.rs and smth similar has to happen in src/bin/coreutils.rs, gen_manpage, right?