We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373c7cd commit 7d35259Copy full SHA for 7d35259
examples/indeterminable.js
@@ -1,12 +1,10 @@
1
/**
2
- * An example to show how node-progress handles user-specified widths
3
- * which exceed the number of columns in the terminal
+ * An example to show how node-progress handles progress bar
+ * with unknown total number of ticks
4
*/
5
6
var ProgressBar = require('../');
7
8
-// simulated download, passing the chunk lengths to tick()
9
-
10
var bar = new ProgressBar(' [:wheel][:bar] :current/:total :elapseds :percent :etas', {
11
complete: '='
12
, incomplete: ' '
0 commit comments