1App::Yath::Options::DebUusge(r3)Contributed Perl DocumenAtpapt:i:oYnath::Options::Debug(3)
2
3
4
6 App::Yath::Options::Debug - Debug options for Yath
7
9 This is where debug related command line options live.
10
12 YATH OPTIONS (PRE-COMMAND)
13 Help and Debugging
14
15 --show-opts
16 --no-show-opts
17 Exit after showing what yath thinks your options mean
18
19 --version
20 -V
21 --no-version
22 Exit after showing a helpful usage message
23
24 COMMAND OPTIONS
25 Help and Debugging
26
27 --dummy
28 -d
29 --no-dummy
30 Dummy run, do not actually execute anything
31
32 Can also be set with the following environment variables:
33 "T2_HARNESS_DUMMY"
34
35 --help
36 -h
37 --no-help
38 exit after showing help information
39
40 --keep-dirs
41 --keep_dir
42 -k
43 --no-keep-dirs
44 Do not delete directories when done. This is useful if you want to
45 inspect the directories used for various commands.
46
47 --summary
48 --summary=/path/to/summary.json
49 --no-summary
50 Write out a summary json file, if no path is provided
51 'summary.json' will be used. The .json extension is added
52 automatically if omitted.
53
55 The source code repository for Test2-Harness can be found at
56 http://github.com/Test-More/Test2-Harness/.
57
59 Chad Granum <exodist@cpan.org>
60
62 Chad Granum <exodist@cpan.org>
63
65 Copyright 2020 Chad Granum <exodist7@gmail.com>.
66
67 This program is free software; you can redistribute it and/or modify it
68 under the same terms as Perl itself.
69
70 See http://dev.perl.org/licenses/
71
72
73
74perl v5.32.1 2021-03-12 App::Yath::Options::Debug(3)