uutils / coreutils

Cross-platform Rust rewrite of the GNU coreutils
https://uutils.github.io/
MIT License
17.46k stars 1.25k forks source link

manpage should contain the example from tldr #5094

Open sylvestre opened 1 year ago

sylvestre commented 1 year ago

or at least an option to enable them. For example, we have it here: https://uutils.github.io/user/utils/basename.html

But we don't have it here: https://manpages.debian.org/unstable/rust-coreutils/rust-basename.1.en.html

simon04 commented 1 year ago

Duplicate of #4845?

tertsdiepraam commented 1 year ago

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