documentation
This commit is contained in:
11
readme.md
11
readme.md
@ -15,9 +15,9 @@ The script will generate one output file for each row from the result of the dat
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
usage: serienbrief.py [-h] [--config CONFIG] [--query QUERY]
|
usage: serienbrief [-h] [--config CONFIG] [--queryFile QUERYFILE]
|
||||||
[--template TEMPLATE] [--outputPrefix OUTPUTPREFIX]
|
[--templateFile TEMPLATEFILE] [--outputPrefix OUTPUTPREFIX]
|
||||||
[--outputSuffix OUTPUTSUFFIX] [--verbose]
|
[--outputSuffix OUTPUTSUFFIX] [--verbose]
|
||||||
|
|
||||||
Serienbrief
|
Serienbrief
|
||||||
|
|
||||||
@ -25,9 +25,9 @@ The script will generate one output file for each row from the result of the dat
|
|||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--config CONFIG, -f CONFIG
|
--config CONFIG, -f CONFIG
|
||||||
Config file, default is $pwd/serienbrief.ini
|
Config file, default is $pwd/serienbrief.ini
|
||||||
--queryFile QUERY, -q QUERY
|
--queryFile QUERYFILE, -q QUERYFILE
|
||||||
query file, default is $pwd/serienbrief.sql
|
query file, default is $pwd/serienbrief.sql
|
||||||
--templateFile TEMPLATE, -t TEMPLATE
|
--templateFile TEMPLATEFILE, -t TEMPLATEFILE
|
||||||
template file, default is $pwd/serienbrief.tmpl
|
template file, default is $pwd/serienbrief.tmpl
|
||||||
--outputPrefix OUTPUTPREFIX, -p OUTPUTPREFIX
|
--outputPrefix OUTPUTPREFIX, -p OUTPUTPREFIX
|
||||||
prefix for the output file, will be extended by an
|
prefix for the output file, will be extended by an
|
||||||
@ -37,6 +37,7 @@ The script will generate one output file for each row from the result of the dat
|
|||||||
--verbose, -v verbose output
|
--verbose, -v verbose output
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Config file
|
## Config file
|
||||||
|
|
||||||
The configuration file at least requires the database section. However, the options
|
The configuration file at least requires the database section. However, the options
|
||||||
|
Reference in New Issue
Block a user