mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-10-31 17:15:28 +08:00 
			
		
		
		
	Add AnsiConsole.Write method
				
					
				
			This commit also obsoletes the `AnsiConsole.Render` method. Closes #576
This commit is contained in:
		 Patrik Svensson
					Patrik Svensson
				
			
				
					committed by
					
						 Phil Scott
						Phil Scott
					
				
			
			
				
	
			
			
			 Phil Scott
						Phil Scott
					
				
			
						parent
						
							ca2e6ce0ad
						
					
				
				
					commit
					e0395dfa2b
				
			| @@ -23,7 +23,7 @@ namespace Demo.Utilities | ||||
|                     value ?? "[grey]null[/]"); | ||||
|             } | ||||
|  | ||||
|             AnsiConsole.Render(table); | ||||
|             AnsiConsole.Write(table); | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user