Add CLI option to display progress bars #11

Merged
greg merged 6 commits from feature/progress_bars into chore/upgrade_kredits 2022-11-02 17:39:21 +00:00
Showing only changes of commit 4888d1be78 - Show all commits

View File

@ -12,7 +12,7 @@ const argv = require('yargs')
host: 'localhost',
port: '5001',
protocol: 'http',
watch: true,
watch: false,
progress: false,
bootstrapNode: `${defaultPeers[0].Addrs[0]}/ipfs/${defaultPeers[0].ID}`
})