X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2FTidy.html;h=7f1f7fc162e9054e89d42cd9e257451fb5b9eb69;hb=57d829ae0e2c75828f8ecc9c7139579350927dbc;hp=9b49356255538db296e8f8f1265bdabbacf46547;hpb=7f27e55dce5925b2bbe8fcfca64f385e917a52be;p=perltidy.git diff --git a/docs/Tidy.html b/docs/Tidy.html index 9b49356..7f1f7fc 100644 --- a/docs/Tidy.html +++ b/docs/Tidy.html @@ -43,6 +43,8 @@ perltidyrc => $perltidyrc, logfile => $logfile, errorfile => $errorfile, + teefile => $teefile, + debugfile => $debugfile, formatter => $formatter, # callback object (see below) dump_options => $dump_options, dump_options_type => $dump_options_type, @@ -127,6 +129,18 @@

The logfile parameter allows the calling program to capture the log stream. This stream is only created if requested with a -g parameter. It contains detailed diagnostic information about a script which may be useful for debugging.

+ +
teefile
+
+ +

The teefile parameter allows the calling program to capture the tee stream. This stream is only created if requested with one of the 'tee' parameters, a --tee-pod , --tee-block-comments, --tee-side-commnts, or --tee-all-comments.

+ +
+
debugfile
+
+ +

The debugfile parameter allows the calling program to capture the stream produced by the --DEBUG parameter. This parameter is mainly used for debugging perltidy itself.

+
argv
@@ -358,7 +372,7 @@

VERSION

-

This man page documents Perl::Tidy version 20200110

+

This man page documents Perl::Tidy version 20210717

LICENSE