Document CLI options in README
This commit is contained in:
parent
0a21c57251
commit
ca0b870315
18
README.md
18
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user