botbook/node_modules/cli-progress/presets/legacy.js

6 lines
191 B
JavaScript
Raw Normal View History

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