Document CLI options in README #15

Merged
raucao merged 1 commits from docs/readme_cli_options into master 2023-04-26 13:59:44 +00:00
Showing only changes of commit ca0b870315 - Show all commits

View File

@ -27,3 +27,21 @@ Clone the Git repository, then use npm scripts from its root directory.
Or with debug output: Or with debug output:
npm run debug npm run debug
### CLI options
Display progress bars:
kredits-ipfs-pinner --progress
Or with npm:
npm start -- --progress
Keep running and watch for new data/documents:
kredits-ipfs-pinner --watch
Multiple options at once:
kredits-ipfs-pinner --progress --watch