Closed DR9885 closed 7 years ago
Simple Request, can this project add a WithProgress option without a progress bar?
public static async Task WithProgress<T>(this PerformContext performContext, IEnumerable<T> rows) { var bar = performContext.WriteProgressBar(); rows.WithProgress(bar, rows.Count()); }
Added in 1.3.5
Simple Request, can this project add a WithProgress option without a progress bar?
public static async Task WithProgress<T>(this PerformContext performContext, IEnumerable<T> rows) { var bar = performContext.WriteProgressBar(); rows.WithProgress(bar, rows.Count()); }