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::Workspace - Options for specifying the yath work dir.

Authors

       Chad Granum <exodist@cpan.org>

Description

       Options regarding the yath working directory.

Maintainers

       Chad Granum <exodist@cpan.org>

Name

       App::Yath::Options::Workspace - Options for specifying the yath work dir.

Provided Options

COMMANDOPTIONSWorkspaceOptions

       --clear
       -C
       --no-clear
           Clear the work directory if it is not already empty

       --tmp-dir ARG
       --tmp-dir=ARG
       --tmpdir ARG
       --tmpdir=ARG
       -t ARG
       -t=ARG
       --no-tmp-dir
           Use a specific temp directory (Default: use system temp dir)

           Can  also  be  set  with the following environment variables: "T2_HARNESS_TEMP_DIR", "YATH_TEMP_DIR",
           "TMPDIR", "TEMPDIR", "TMP_DIR", "TEMP_DIR"

       --workdir ARG
       --workdir=ARG
       -w ARG
       -w=ARG
       --no-workdir
           Set the work directory (Default: new temp directory)

           Can also be set with the following environment variables: "T2_WORKDIR", "YATH_WORKDIR"

Source

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

See Also