From fa731070d8489be3b10bb33c01b9c41b3b62076e Mon Sep 17 00:00:00 2001 From: stf Date: Thu, 4 Mar 2021 10:17:58 +0100 Subject: [PATCH] update the docs To improve discoveratbility of the new option --- docs/input/progress.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/input/progress.md b/docs/input/progress.md index ccfbbec..6fe2978 100644 --- a/docs/input/progress.md +++ b/docs/input/progress.md @@ -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