1App::Yath::Options::DisUpsleary(C3o)ntributed Perl DocumAepnpt:a:tYiaotnh::Options::Display(3)
2
3
4
6 App::Yath::Options::Display - Display options for Yath.
7
9 This is where display options are defined.
10
12 COMMAND OPTIONS
13 Display Options
14
15 --color
16 --no-color
17 Turn color on, default is true if STDOUT is a TTY.
18
19 --no-wrap
20 --no-no-wrap
21 Do not do fancy text-wrapping, let the terminal handle it
22
23 --progress
24 --no-progress
25 Toggle progress indicators. On by default if STDOUT is a TTY. You
26 can use --no-progress to disable the 'events seen' counter and
27 buffered event pre-display
28
29 --quiet
30 -q
31 --no-quiet
32 Be very quiet.
33
34 Can be specified multiple times
35
36 --renderers +My::Renderer
37 --renderers Renderer=arg1,arg2,...
38 --renderer +My::Renderer
39 --renderer Renderer=arg1,arg2,...
40 --no-renderers
41 Specify renderers, (Default: "Formatter=Test2"). Use "+" to give a
42 fully qualified module name. Without "+"
43 "Test2::Harness::Renderer::" will be prepended to your argument.
44
45 Can be specified multiple times. If the same key is listed multiple
46 times the value lists will be appended together.
47
48 --show-times
49 -T
50 --no-show-times
51 Show the timing data for each job
52
53 --term-width 80
54 --term-width 200
55 --term-size 80
56 --term-size 200
57 --no-term-width
58 Alternative to setting $TABLE_TERM_SIZE. Setting this will override
59 the terminal width detection to the number of characters specified.
60
61 --verbose
62 -v
63 --no-verbose
64 Be more verbose
65
66 Can be specified multiple times
67
68 Formatter Options
69
70 --formatter ARG
71 --formatter=ARG
72 --no-formatter
73 NO DESCRIPTION - FIX ME
74
75 --qvf
76 --no-qvf
77 [Q]uiet, but [V]erbose on [F]ailure. Hide all output from tests
78 when they pass, except to say they passed. If a test fails then ALL
79 output from the test is verbosely output.
80
81 --show-job-end
82 --no-show-job-end
83 Show output when a job ends. (Default: on)
84
85 --show-job-info
86 --no-show-job-info
87 Show the job configuration when a job starts. (Default: off, unless
88 -vv)
89
90 --show-job-launch
91 --no-show-job-launch
92 Show output for the start of a job. (Default: off unless -v)
93
94 --show-run-info
95 --no-show-run-info
96 Show the run configuration when a run starts. (Default: off, unless
97 -vv)
98
100 The source code repository for Test2-Harness can be found at
101 http://github.com/Test-More/Test2-Harness/.
102
104 Chad Granum <exodist@cpan.org>
105
107 Chad Granum <exodist@cpan.org>
108
110 Copyright 2020 Chad Granum <exodist7@gmail.com>.
111
112 This program is free software; you can redistribute it and/or modify it
113 under the same terms as Perl itself.
114
115 See http://dev.perl.org/licenses/
116
117
118
119perl v5.32.1 2021-03-12 App::Yath::Options::Display(3)