App::Yath::Options::Workspace - Options for specifying the yath work dir.
Options regarding the yath working directory.
Workspace Options
- --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"
The source code repository for Test2-Harness can be found at
http://github.com/Test-More/Test2-Harness/.
- Chad Granum <exodist@cpan.org>
- Chad Granum <exodist@cpan.org>
Copyright 2020 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/