coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

manpage should contain the example from tldr

Open sylvestre opened this issue 2 years ago • 3 comments

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

sylvestre avatar Jul 17 '23 21:07 sylvestre

Duplicate of #4845?

simon04 avatar Jul 29 '23 20:07 simon04

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).

tertsdiepraam avatar Jul 30 '23 08:07 tertsdiepraam

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?

robin-thoene avatar Mar 19 '25 21:03 robin-thoene