Skip to content

Commit 0dfd89e

Browse files
committed
📚 Updated README with a paragraph on verbose argument
1 parent 6d08961 commit 0dfd89e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,19 @@ and then you'll have the executable in `bin`:
198198

199199
% bin/git-repo --help
200200

201+
#### Verbose running
202+
203+
You can repeat the `-v` argument several times to increase the level of verbosity
204+
of `git-repo`. The more arguments you give, the more details you'll have.
205+
206+
* `-v` will set the debugging level to `DEBUG`, giving some execution info ;
207+
* `-vv` will print out all the git commands that are being executed ;
208+
* `-vvv` will give more verbose insight on the git layer ;
209+
* `-vvvv` will output all the HTTP exchanges with the different APIs ;
210+
* `-vvvvv` will printout how were parsed the arguments.
211+
212+
##### Testing
213+
201214
To run the tests:
202215

203216
% bin/py.test
@@ -255,7 +268,7 @@ To use your own credentials, you can setup the following environment variables:
255268

256269
### License
257270

258-
Copyright Bernard `Guyzmo` Pratz <[email protected]>
271+
Copyright © Bernard `Guyzmo` Pratz <[email protected]>
259272

260273
This program is free software; you can redistribute it and/or
261274
modify it under the terms of the GNU General Public License

0 commit comments

Comments
 (0)