what
- Standardize CLI commands formatting
- Provide a general command usage page that embeds the auto-generated index
- Add "Component Inheritance" section to the docs
why
- It was not clear what each command should be used for without reading further down the page
- Having one separate index page and an index page of subcommand led to information being sprawled across two pages, rather than having a single usage page that shows general command usage and all available subcommands
- "Component Inheritance" section describes Atmos component inheritance, multiple inheritance, and other concepts and principles of "Component-Oriented Programming (COP)" implemented in Atmos (with examples)