The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Yath::Options::Workspace - FIXME

DESCRIPTION

SYNOPSIS

PROVIDED OPTIONS

Workspace Options

-C
--clear
--no-clear

Clear the work directory if it is not already empty

-k
--keep-dir
--keep-dirs
--no-keep-dirs

Do not delete directories when done. This is useful if you want to inspect the directories used for various commands.

--tmpdir ARG
--tmpdir=ARG
--tmp-dir ARG
--tmp-dir=ARG
--no-tmpdir

Use a specific temp directory (Default: create a temp dir under the system one)

Can also be set with the following environment variables: T2_HARNESS_TEMP_DIR, YATH_TEMP_DIR

The following environment variables will be cleared after arguments are processed: T2_HARNESS_TEMP_DIR, YATH_TEMP_DIR

The following environment variables will be set after arguments are processed: TMPDIR, TEMPDIR, TMP_DIR, TEMP_DIR

--workdir ARG
--workdir=ARG
--no-workdir

Set the work directory (Default: new temp directory)

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

The following environment variables will be cleared after arguments are processed: T2_WORKDIR, YATH_WORKDIR

SOURCE

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

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright Chad Granum <exodist7@gmail.com>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/