|
|
|
|
|
by dcminter
2219 days ago
|
|
The VMS operating system had a standardized command line help UX. Typing HELP gave you an overview of commands available (Curses style) and you could drill down into more specific commands from that. If you knew the command but not the flags then you could add the HELP flag to get more and more specific information. See page 1-18 and 1-19 of the user guide:
https://www.isis.stfc.ac.uk/Pages/vms-user-manual.pdf We had a VMS cluster at college and I found it to be a very nice approach. Quite a bit better than man pages and a lot more consistent in my opinion. Some of them had easter eggs tucked away in them of course, such as the Datatrieve Wombat:
https://www.ibphoenix.com/resources/documents/history/doc_29... |
|
In a sense, the help pages are a super-thin GUI on top of the underlying CLI.