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