mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 10:35:27 +08:00 
			
		
		
		
	update the docs
To improve discoveratbility of the new option
This commit is contained in:
		@@ -63,6 +63,7 @@ await AnsiConsole.Progress()
 | 
			
		||||
AnsiConsole.Progress()
 | 
			
		||||
    .AutoRefresh(false) // Turn off auto refresh
 | 
			
		||||
    .AutoClear(false)   // Do not remove the task list when done
 | 
			
		||||
    .HideCompleted(false)   // Hide tasks as they are completed
 | 
			
		||||
    .Columns(new ProgressColumn[] 
 | 
			
		||||
    {
 | 
			
		||||
        new TaskDescriptionColumn(),    // Task description
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user