Mercurial > getan
comparison CHANGES @ 433:266634f3712a
Improves command line options.
* Adds option '--init-only' which will non-interactively just
create the databasefile if it does not exits. This is useful if you want
to add tasks non-interatively. It allows to remove the superfluous file
`schema.sql` which duplicates the build-in schema in `backend.py`.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Thu, 07 Sep 2017 17:08:23 +0200 |
parents | 8d03d7ada7e1 |
children | 11c2a3beee91 |
comparison
equal
deleted
inserted
replaced
432:8d03d7ada7e1 | 433:266634f3712a |
---|---|
1 2.1 xx.xx.20xx UNRELEASED | 1 2.1 xx.xx.20xx UNRELEASED |
2 * Adds option '--init-only' which will non-interactively just | |
3 create the databasefile if it does not exits. (Bernhard Reiter) | |
2 | 4 |
3 * Fixes a possible encoding detection failure: uses 'utf-8' by | 5 * Fixes a possible encoding detection failure: uses 'utf-8' by |
4 default then. Patch by Tom Gottfried. (Bernhard Reiter) | 6 default then. Patch by Tom Gottfried. (Bernhard Reiter) |
5 | 7 |
6 * Improves how the 'user' is found: If no -u/--user is given uses | 8 * Improves how the 'user' is found: If no -u/--user is given uses |