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

5 lines
No EOL
153 B
JavaScript
Executable file

module.exports = {
format: ' {bar}\u25A0 {percentage}% | ETA: {eta}s | {value}/{total}',
barCompleteChar: '\u25A0',
barIncompleteChar: ' '
};