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

App::Yath::Options::Debug - Debug options for Yath

Authors

       Chad Granum <exodist@cpan.org>

Description

       This is where debug related command line options live.

Maintainers

       Chad Granum <exodist@cpan.org>

Name

       App::Yath::Options::Debug - Debug options for Yath

Provided Options

YATHOPTIONS(PRE-COMMAND)HelpandDebugging

       --show-opts
       --no-show-opts
           Exit after showing what yath thinks your options mean

       --version
       -V
       --no-version
           Exit after showing a helpful usage message

   COMMANDOPTIONSHelpandDebugging

       --dummy
       -d
       --no-dummy
           Dummy run, do not actually execute anything

           Can also be set with the following environment variables: "T2_HARNESS_DUMMY"

       --help
       -h
       --no-help
           exit after showing help information

       --interactive
       -i
       --no-interactive
           Use interactive mode, 1 test at a time, stdin forwarded to it

       --keep-dirs
       --keep_dir
       -k
       --no-keep-dirs
           Do  not  delete directories when done. This is useful if you want to inspect the directories used for
           various commands.

       --procname-prefix ARG
       --procname-prefix=ARG
       --no-procname-prefix
           Add a prefix to all proc names (as seen by ps).

       --summary
       --summary=/path/to/summary.json
       --no-summary
           Write out a summary json file, if no  path  is  provided  'summary.json'  will  be  used.  The  .json
           extension is added automatically if omitted.

Source

       The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.

See Also