Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e7ae5b6a

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID e7ae5b6a82491c2ea81c032e3dc9cea4e77792fc
  • Vorgänger 76235d2d
  • Nachfolger 3eb3d1b1

rose_auto_create_model.pl: Farbe bei Umleitung automatisch ausschalten

Unterschiede anzeigen:

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