Files
2025-11-30 08:35:03 +02:00

6 lines
191 B
JavaScript

// cli-progress legacy style as of 1.x
module.exports = {
format: 'progress [{bar}] {percentage}% | ETA: {eta}s | {value}/{total}',
barCompleteChar: '=',
barIncompleteChar: '-'
};