Accept --raw as alias for --no-color
authorJoey Schulze <joey@infodrom.org>
Thu, 9 Jun 2016 17:36:57 +0000 (19:36 +0200)
committerJoey Schulze <joey@infodrom.org>
Sat, 25 Jun 2016 10:48:31 +0000 (12:48 +0200)
src/InfoCon/buch/vorsteueranmeldung

index 236e8e5..94c0949 100755 (executable)
@@ -274,7 +274,7 @@ ORDER BY type
 GetOptions ('help|h' => \&help,
            'quarter|q' => sub {$opt_mode = 'quarter'},
            'month|m' => sub {$opt_mode = 'month'},
 GetOptions ('help|h' => \&help,
            'quarter|q' => sub {$opt_mode = 'quarter'},
            'month|m' => sub {$opt_mode = 'month'},
-           'no-color|nocolor' => \$opt_nocolor,
+           'no-color|nocolor|raw' => \$opt_nocolor,
            'start' => \$opt_start,
            'end' => \$opt_end)
     or die("Error in command line arguments\n");
            'start' => \$opt_start,
            'end' => \$opt_end)
     or die("Error in command line arguments\n");