mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-10-31 17:15:28 +08:00 
			
		
		
		
	update sample output
This commit is contained in:
		 Takahito Yamatoya
					Takahito Yamatoya
				
			
				
					committed by
					
						 Patrik Svensson
						Patrik Svensson
					
				
			
			
				
	
			
			
			 Patrik Svensson
						Patrik Svensson
					
				
			
						parent
						
							d1d06d6a6b
						
					
				
				
					commit
					a2f507e58f
				
			
							
								
								
									
										23
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								README.md
									
									
									
									
									
								
							| @@ -99,14 +99,21 @@ Now you can list available examples in this repository: | |||||||
| ``` | ``` | ||||||
| > dotnet example | > dotnet example | ||||||
|  |  | ||||||
| ╭────────┬───────────────────────────────┬─────────────────────────────────────────────────╮ | ┌────────────┬───────────────────────────────────────┬───────────────────────────────────────────────────┐ | ||||||
| │ Name   │ Path                          │ Description                                     │ | │ Name       │ Path                                  │ Description                                       │ | ||||||
| ├────────┼───────────────────────────────┼─────────────────────────────────────────────────┤ | ├────────────┼───────────────────────────────────────┼───────────────────────────────────────────────────┤ | ||||||
| │ Colors │ examples/Colors/Colors.csproj │ Demonstrates how to use colors in the console.  │ | │ Borders    │ examples/Borders/Borders.csproj       │ Demonstrates the different kind of borders.       │ | ||||||
| │ Grid   │ examples/Grid/Grid.csproj     │ Demonstrates how to render grids in a console.  │ | │ Calendars  │ examples/Calendars/Calendars.csproj   │ Demonstrates how to render calendars.             │ | ||||||
| │ Panel  │ examples/Panel/Panel.csproj   │ Demonstrates how to render items in panels.     │ | │ Colors     │ examples/Colors/Colors.csproj         │ Demonstrates how to use colors in the console.    │ | ||||||
| │ Table  │ examples/Table/Table.csproj   │ Demonstrates how to render tables in a console. │ | │ Columns    │ examples/Columns/Columns.csproj       │ Demonstrates how to render data into columns.     │ | ||||||
| ╰────────┴───────────────────────────────┴─────────────────────────────────────────────────╯ | │ Emojis     │ examples/Emojis/Emojis.csproj         │ Demonstrates how to render emojis.                │ | ||||||
|  | │ Exceptions │ examples/Exceptions/Exceptions.csproj │ Demonstrates how to render formatted exceptions.  │ | ||||||
|  | │ Grids      │ examples/Grids/Grids.csproj           │ Demonstrates how to render grids in a console.    │ | ||||||
|  | │ Info       │ examples/Info/Info.csproj             │ Displays the capabilities of the current console. │ | ||||||
|  | │ Links      │ examples/Links/Links.csproj           │ Demonstrates how to render links in a console.    │ | ||||||
|  | │ Panels     │ examples/Panels/Panels.csproj         │ Demonstrates how to render items in panels.       │ | ||||||
|  | │ Tables     │ examples/Tables/Tables.csproj         │ Demonstrates how to render tables in a console.   │ | ||||||
|  | └────────────┴───────────────────────────────────────┴───────────────────────────────────────────────────┘ | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| And to run an example: | And to run an example: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user