Revision e7ae5b6a
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
scripts/rose_auto_create_model.pl | ||
---|---|---|
199 | 199 |
help => sub { pod2usage(verbose => 99, sections => 'NAME|SYNOPSIS|OPTIONS') }, |
200 | 200 |
quiet => \ my $quiet, |
201 | 201 |
diff => \ my $diff, |
202 |
'color!' => \ my $color, |
|
203 | 202 |
); |
204 | 203 |
|
205 | 204 |
$options->{client} = $client; |
206 | 205 |
$options->{all} = $all; |
207 | 206 |
$options->{nocommit} = $nocommit; |
208 | 207 |
$options->{quiet} = $quiet; |
209 |
$options->{color} = defined $color ? $color : 1;
|
|
208 |
$options->{color} = -t STDOUT ? 1 : 0;
|
|
210 | 209 |
|
211 | 210 |
if ($diff) { |
212 | 211 |
if (eval { require Text::Diff; 1 }) { |
Auch abrufbar als: Unified diff
rose_auto_create_model.pl: Farbe bei Umleitung automatisch ausschalten