botbook/node_modules/cli-progress/presets/shades-classic.js
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

6 lines
No EOL
191 B
JavaScript
Executable file

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