Document CLI options in README

This commit is contained in:
Râu Cao 2023-04-26 15:17:11 +02:00
parent 0a21c57251
commit ca0b870315
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
1 changed files with 18 additions and 0 deletions

View File

@ -27,3 +27,21 @@ Clone the Git repository, then use npm scripts from its root directory.
Or with debug output:
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