File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- coding: utf-8 -*-
33"""Usage:
4- run.py [--bz2] [--dry-run] [--limit=<lines>] [--debug] [--apicounts] [--output=<output >] INPUT_DIR [--export=<entity>] ...
5- run.py [--bz2] [--dry-run] [--limit=<lines>] [--debug] [--apicounts] [--output=<output >] <INPUT_FILE> <INPUT_FILE> ...
4+ run.py [--bz2] [--dry-run] [--limit=<lines>] [--debug] [--apicounts] [--output=<dir >] <INPUT_FILE> <INPUT_FILE> ...
5+ run.py [--bz2] [--dry-run] [--limit=<lines>] [--debug] [--apicounts] [--output=<dir >] INPUT_DIR [--export=<entity>] ...
66
77Options:
88 --bz2 Compress output files using bz2 compression library.
1212 --debug Turn on debugging prints
1313 --apicounts Check entities counts with Discogs API
1414 --dry-run Do not write csv files.
15- --output Where to write the csv files. Defaults to current dir.
15+ --output=<dir> Where to write the csv files. Defaults to current dir.
1616
1717"""
1818import sys
You can’t perform that action at this time.
0 commit comments