acoustid / mbdata

MusicBrainz SQLAlchemy Models
MIT License
97 stars 23 forks source link

mbslave command does not recognize long options #29

Closed autarch closed 1 year ago

autarch commented 3 years ago

I haven't tried every option, but none of those I tried worked.

$> mbslave psql --file CreateCollations.sql
usage: mbslave [-h] [-c, --config PATH]
               {import,sync,remap-schema,print-sql,psql} ...
mbslave: error: unrecognized arguments: --file CreateCollations.sql

That's one example of several I tried.

The only long option it seems to recognize is --help.