We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450a4b1 commit 6e0d130Copy full SHA for 6e0d130
README.md
@@ -53,7 +53,8 @@ with a standalone console script:
53
54
```console
55
$ pycookiecheat --help
56
-usage: pycookiecheat [-h] -u URL [-b BROWSER] [-o OUTPUT_FILE]
+usage: pycookiecheat [-h] -u URL [-b BROWSER] [-o OUTPUT_FILE] [--verbose]
57
+ [-c COOKIE_FILE]
58
59
Copy cookies from Chrome or Firefox and output as json
60
@@ -63,6 +64,9 @@ options:
63
64
-b BROWSER, --browser BROWSER
65
-o OUTPUT_FILE, --output-file OUTPUT_FILE
66
Output to this file in netscape cookie file format
67
+ --verbose, -v Increase logging verbosity (may repeat), default is `logging.ERROR`
68
+ -c COOKIE_FILE, --cookie-file COOKIE_FILE
69
+ Cookie file
70
```
71
72
### As a Python Library
0 commit comments