Skip to content

Instantly share code, notes, and snippets.

@mshanemc
Created March 31, 2020 16:44
Show Gist options
  • Save mshanemc/b853d9ffb6889fd70f4516f02bf5be0f to your computer and use it in GitHub Desktop.
Save mshanemc/b853d9ffb6889fd70f4516f02bf5be0f to your computer and use it in GitHub Desktop.
const progress = cli.progress({
format: `Chunk and upload ${this.flags.csvfile} | {bar} | {value}/{total} Chunks | ETA: {eta_formatted} | Elapsed: {duration_formatted}`,
barCompleteChar: '\u2588',
barIncompleteChar: '\u2591'
});
progress.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment