1
0
Fork 0

Make it easier to find config option documentation

This commit is contained in:
Alexander Tesfamichael 2017-04-12 11:38:11 +02:00 committed by Alexander Tesfamichael
parent dc7e73524f
commit 6c6c53b3a5
1 changed files with 5 additions and 1 deletions

View File

@ -63,7 +63,6 @@ The `pgcli` is written using prompt_toolkit_.
- ``SELECT * FROM <tab>`` will only show table names.
- ``SELECT * FROM users WHERE <tab>`` will only show column names.
* Config file is automatically created at ``~/.config/pgcli/config`` at first launch.
* Primitive support for ``psql`` back-slash commands.
* Pretty prints tabular data.
Note: `pgcli` uses [tabulate](https://github.com/dbcli/pgcli/blob/master/pgcli/packages/tabulate.py)
@ -73,6 +72,11 @@ The `pgcli` is written using prompt_toolkit_.
.. _prompt_toolkit: https://github.com/jonathanslenders/python-prompt-toolkit
Config
------
A config file is automatically created at ``~/.config/pgcli/config`` at first launch.
See the file itself for a description of all available options.
Contributions:
--------------