Show the list of all toplevel topics

``` glaze help --list ```

Sections

Terminology & Glossary
📖 Documentation
Navigation
77 sectionsv0.1
📄 Show the list of all toplevel topics — glaze help help-example-1
help-example-1

Show the list of all toplevel topics

``` glaze help --list ```

Examplehelp-systemhelplist

You can ask the help system to list all toplevel topics (not just the default ones) in a concise list.


❯ glaze help --list                    

   glaze - glaze is a tool to format structured data                                                   
                                                                                                       
  ## General topics                                                                                    
                                                                                                       
  Run  glaze help <topic>  to view a topic's page.                                                     
                                                                                                       
  • help-system - Help System                                                                          
  • templates - Templates                                                                              
                                                                                                       
  ## Examples                                                                                          
                                                                                                       
  Run  glaze help <example>  to view an example in full.                                               
                                                                                                       
  • templates-example-1 - Use a single template for single field output                                
                                                                                                       
  ## Applications                                                                                      
                                                                                                       
  Run  glaze help <application>  to view an application in full.                                       
                                                                                                       
  • exposing-a-simple-sql-table - Exposing a simple SQL table using glaze                              
                                                                                                       
  ## Tutorials                                                                                         
                                                                                                       
  Run  glaze help <tutorial>  to view a tutorial in full.                                              
                                                                                                       
  • a-simple-table-cli - Creating a simple CLI application with glaze                                  
  • a-simple-help-system - Creating a help system for a CLI application with glaze