From cc426f20ff4dc5c1ee86ba22d96c60a624281cfc Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 21 May 2024 17:19:56 +0300 Subject: [PATCH] Add elapsed time --- Requester.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Requester.cs b/Requester.cs index 52abd80..7f30e13 100644 --- a/Requester.cs +++ b/Requester.cs @@ -61,7 +61,11 @@ await AnsiConsole.Progress() new TaskDescriptionColumn(), new ProgressBarColumn(), new IntValueProgressColumn(), - new RemainingTimeColumn(), + new ElapsedTimeColumn(), + new RemainingTimeColumn + { + Style = Color.Grey, + }, new SpinnerColumn(), ]) .StartAsync(async ctx =>