mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-05-17 15:29:36 +00:00
Reorder columns in progress display for media dump command.
This commit is contained in:
@@ -533,7 +533,7 @@ sealed class DumpMediaCommand : Command<DumpMediaCommand.Settings>
|
||||
AnsiConsole.Progress()
|
||||
.AutoClear(true)
|
||||
.HideCompleted(true)
|
||||
.Columns(new TaskDescriptionColumn(), new ProgressBarColumn(), new PercentageColumn())
|
||||
.Columns(new ProgressBarColumn(), new PercentageColumn(), new TaskDescriptionColumn())
|
||||
.Start(ctx =>
|
||||
{
|
||||
dumper.UpdateStatus += static text => { AaruLogging.WriteLine(text); };
|
||||
|
||||
Reference in New Issue
Block a user