Skip to content

Commit

Permalink
Add an option for getting a pretty progress bar and fix #22
Browse files Browse the repository at this point in the history
This silences the multiple log states to console.
Updates docs.
  • Loading branch information
tiagofilipe12 committed Apr 14, 2017
1 parent 096fec8 commit 7e0756f
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 88 deletions.
Binary file modified 503988/GCF_000315625.1_Guith1_genomic.fna.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var minimistOptions = {
alias: {
limit: 'l',
throughput: 't',
pretty: 'p',
help: 'h'
}
}
Expand Down Expand Up @@ -54,6 +55,7 @@ if (command === 'link') {
if (Object.keys(argv).length > 1) {
options.limit = argv.limit
options.throughput = argv.throughput
options.pretty = argv.pretty

if (arg1 !== 'obj') {
options.db = arg1
Expand Down
Loading

0 comments on commit 7e0756f

Please sign in to comment.