Skip to content

Commit

Permalink
Add elapsed time
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed May 21, 2024
1 parent c98c9d5 commit cc426f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Requester.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down

0 comments on commit cc426f2

Please sign in to comment.