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