logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ctpl - CTPL command-line template parsing tool

Author

       Colomban Wendling (ban@herbesfolles.org)

Description

ctpl parses one or more INPUTFILE template against the provided environment and outputs the result.

Name

ctpl - CTPL command-line template parsing tool

Options

-h, --help
              Prints the command line options.

       -o, --output=FILE
              Write output to FILE. If not provided, defaults to stdout.

       -e, --env-file=ENVFILE
              Add environment from ENVFILE. This option may appear more than once.

       -c, --env-chunk=CHUNK
              Add environment chunk CHUNK. This option may appear more than once.

       -v, --verbose
              Be verbose.

       --version
              Print the version information and exit.

       --encoding=ENCODING
              Specify the encoding of the input and output files. The default encoding is the system's one.

Reporting Bugs

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

Synopsis

ctpl [OPTION]... INPUTFILE...

Template And Environment Description Syntax

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

See Also