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