top | item 47020609

(no title)

mahmedtan | 16 days ago

I also find myself using https://man.archlinux.org/ a lot. It's much more readable/user-friendly than https://man7.org plus it contains man-pages from their `extra` repo which contains a lot of popular oss tooling.

discuss

order

nextaccountic|16 days ago

unfortunately there's a trend lately where many newer cli tools don't have a man page. they put up a --help and think it suffices

even though there are tools to automatically generate man pages those days

wpm|16 days ago

I should write a tool that converts help output to troff, even if the result wouldn't be as detailed and nice to read as a good man page it would save me the frustration of having to stab at "will i get usage docs with a -h, a --help, a -help, or running it with no args at all".

Groxx|16 days ago

I suspect a significant amount of that is due to requiring more than one file (the binary itself) and having to learn about multiple packaging and distribution systems. That's a gigantic wall to climb compared to "put a binary on github"

beej71|16 days ago

I agree. If it can be launched from the command line, it deserves a man page.

Ferret7446|16 days ago

Because installing a man page requires root and a writeable root fs for that matter