You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find some basic examples in [example.js](https://github.com/AndiDittrich/Node.CLI-Progress/blob/master/example.js) - just run the file with `$ node example.js`
41
+
38
42
### Usage ###
39
43
40
44
```js
@@ -92,12 +96,12 @@ Stops the progress bar and go to next line
92
96
93
97
The progressbar can be customized by using the following build-in placeholders. They can be combined in any order.
94
98
95
-
-**{bar}** - the progress bar, customizable by the options **barsize**, **barCompleteString** and **barIncompleteString**
96
-
-**{percentage}** - the current progress in percent (0-100)
97
-
-**{total}** - the end value
98
-
-**{value}** - the current value set by last `update()` call
99
-
-**{eta}** - expected time of accomplishment in seconds
100
-
-**{duration}** - elapsed time in seconds
99
+
-`{bar}` - the progress bar, customizable by the options **barsize**, **barCompleteString** and **barIncompleteString**
100
+
-`{percentage}` - the current progress in percent (0-100)
101
+
-`{total}` - the end value
102
+
-`{value}` - the current value set by last `update()` call
103
+
-`{eta}` - expected time of accomplishment in seconds
0 commit comments