mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 13:28:16 +08:00
Adding TransferSpeedColumn configuration to display bits/bytes + binary/decimal prefixes (#904)
* Adding configuration to TransferSpeedColumn to be able to display in both bytes/bits, as well as using binary/decimal prefix definitions. --------- Co-authored-by: Frank Ray <52075808+FrankRay78@users.noreply.github.com>
This commit is contained in:
@ -85,6 +85,8 @@ AnsiConsole.Progress()
|
||||
new PercentageColumn(), // Percentage
|
||||
new RemainingTimeColumn(), // Remaining time
|
||||
new SpinnerColumn(), // Spinner
|
||||
new DownloadedColumn(), // Downloaded
|
||||
new TransferSpeedColumn(), // Transfer speed
|
||||
})
|
||||
.Start(ctx =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user