Fix pg_restore
- Fixes how
pg_restore
expects the database name a little differently. Use it likephd pg_restore < db.dump
- Some minor usability tweaks
- Outputs the command it runs so you can copy paste it
- Adds support for basic
--version
and--help
flags