ankane/dexter

Argument parsing doesn't seem to work as explained in the readme

alexanderadam opened this issue ยท 2 comments

Other than explained in the readme this won't use user postgres:

dexter -U postgres -p 5432 -d database

but this will:

dexter postgresql://postgres@localhost:5432/database

Hey @alexanderadam, thanks for reporting ๐Ÿ‘ Fixed on master.

Awesome, thank you for your blazingly fast response ๐Ÿ‘