Ignore unknown options for CLI (#2562)

This commit is contained in:
Clément OUDOT 2021-07-18 17:51:19 +02:00
parent ec653bff9a
commit fac231baa9

View File

@ -3,7 +3,7 @@
use warnings;
use strict;
use POSIX;
use Getopt::Long;
use Getopt::Long qw(:config pass_through);
our $opt_user = '__APACHEUSER__';
our $opt_group = '__APACHEGROUP__';