We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413d9d6 commit e56981aCopy full SHA for e56981a
1 file changed
run.py
@@ -6,12 +6,13 @@
6
7
Options:
8
--bz2 Compress output files using bz2 compression library.
9
- --limit=<lines> Limit export to some number of entities
+ --limit=<lines> Limit export to some number of entities (all otherwise)
10
--export=<entity> Limit export to some entities (repeatable).
11
Entity is one of: artist, label, master, release.
12
--debug Turn on debugging prints
13
--apicounts Check entities counts with Discogs API
14
--dry-run Do not write csv files.
15
+ --output Where to write the csv files. Defaults to current dir.
16
17
"""
18
import sys
0 commit comments