A small release that gets pgcli closer to being a drop in replacement for psql.
$ pip install -U pgcli
Check detailed instructions if you're having difficulty.
Features:
- Add -d/--dbname option to the commandline. eg: pgcli -d database
- Add the username as an argument after the database. eg: pgcli ...