1CTPL(1)                     General Commands Manual                    CTPL(1)
2
3
4

NAME

6       ctpl - CTPL command-line template parsing tool
7
8

SYNOPSIS

10       ctpl [OPTION]... INPUTFILE...
11

DESCRIPTION

13       ctpl  parses  one or more INPUTFILE template against the provided envi‐
14       ronment and outputs the result.
15
16

OPTIONS

18       -h, --help
19              Prints the command line options.
20
21
22       -o, --output=FILE
23              Write output to FILE. If not provided, defaults to stdout.
24
25
26       -e, --env-file=ENVFILE
27              Add environment from ENVFILE. This option may appear  more  than
28              once.
29
30
31       -c, --env-chunk=CHUNK
32              Add  environment  chunk  CHUNK. This option may appear more than
33              once.
34
35
36       -v, --verbose
37              Be verbose.
38
39
40       --version
41              Print the version information and exit.
42
43
44       --encoding=ENCODING
45              Specify the encoding of the input and output files. The  default
46              encoding is the system's one.
47
48

TEMPLATE AND ENVIRONMENT DESCRIPTION SYNTAX

50       For  the  documentation  about  the syntax of templates and environment
51       descriptions, see the CTPL library's documentation.
52
53

REPORTING BUGS

55       Report CTPL bugs to ban@herbesfolles.org
56       CTPL home page: <http://ctpl.tuxfamily.org>
57
58

AUTHOR

60       Colomban Wendling (ban@herbesfolles.org)
61
62
64       Copyright © 2010 Colomban Wendling.  License GPLv3+: GNU GPL version  3
65       or later <http://gnu.org/licenses/gpl.html>.
66       This  is  free  software:  you  are free to change and redistribute it.
67       There is NO WARRANTY, to the extent permitted by law.
68
69
70
71                                  15 Apr 2010                          CTPL(1)
Impressum