HACKER Q&A
📣 tomcam

Best documentation for a command-line program?


I'm documenting an app that runs on the command line. I'd like to make it as easy to understand as possible for intermediate-level users. What's the best page/site you've seen for such a program?


  👤 arkanciscan Accepted Answer ✓
The typical documentation for a CLI app is a man page or --help arg, but you seem to be asking about websites? Is that correct?