tpage -V (return code: 255)
--version: invalid option
try `tpage --help'
tpage --help (return code: 0)
tpage 2.7 (Template Toolkit version 2.24)
usage: tpage [options] [files]
Options:
--define var=value Define template variable
--interpolate Interpolate '$var' references in text
--anycase Accept directive keywords in any case.
--pre_chomp Chomp leading whitespace
--post_chomp Chomp trailing whitespace
--trim Trim blank lines around template blocks
--eval_perl Evaluate [% PERL %] ... [% END %] code blocks
--load_perl Load regular Perl modules via USE directive
--absolute Allow ABSOLUTE directories (enabled by default)
--relative Allow RELATIVE directories (enabled by default)
--include_path=DIR Add directory to INCLUDE_PATH
--pre_process=TEMPLATE Process TEMPLATE before each main template
--post_process=TEMPLATE Process TEMPLATE after each main template
--process=TEMPLATE Process TEMPLATE instead of main template
--wrapper=TEMPLATE Process TEMPLATE wrapper around main template
--default=TEMPLATE Use TEMPLATE as default
--error=TEMPLATE Use TEMPLATE to handle errors
--debug=STRING Set TT DEBUG option to STRING
--start_tag=STRING STRING defines start of directive tag
--end_tag=STRING STRING defined end of directive tag
--tag_style=STYLE Use pre-defined tag STYLE
--plugin_base=PACKAGE Base PACKAGE for plugins
--compile_ext=STRING File extension for compiled template files
--compile_dir=DIR Directory for compiled template files
--perl5lib=DIR Specify additional Perl library directories
--template_module=MODULE Specify alternate Template module
--while_max=INTEGER Change '$Template::Directive::WHILE_MAX' default
See 'perldoc tpage' for further information.