File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,15 @@ $ python3 pastebin-mirror --output-format flat-file --output test 1>/dev/null
9595[! ] Interrupted by user, exiting
9696```
9797
98+ ### Quiet Mode
99+
100+ Additionally, with the --quiet option all text output except fatal errors will be suppressed.
101+
98102## Usage
99103
100104```
101105usage: pastebin-mirror [-h] -o OUTPUT [-f {sqlite,flat-file}] [-r RATE] [-t]
102- [-m] [-n] [-k API_KEY] [-v]
106+ [-m] [-n] [-k API_KEY] [-v] [-q]
103107
104108Pastebin mirror tool. Save publicly uploaded pastes in real-time to an SQLite
105109database or as flat text files. Optionally archive trending pastes as well.
@@ -121,6 +125,9 @@ optional arguments:
121125 -k API_KEY, --api-key API_KEY
122126 pastebin API key. only required with --trending option
123127 -v, --version show program's version number and exit
128+ -q, --quiet suppresses printing of non-essential UI output,
129+ including paste ids and stats. fatal errors will still
130+ be displayed. default is false (show everything).
124131
125132```
126133
You can’t perform that action at this time.
0 commit comments