Skip to content

Commit

Permalink
Revert --stop-level default to disabled
Browse files Browse the repository at this point in the history
Disabled is now represented as the empty string.
  • Loading branch information
mattias-p committed Nov 13, 2024
1 parent cef20e9 commit 352f915
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 142 deletions.
4 changes: 2 additions & 2 deletions lib/Zonemaster/CLI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use Locale::TextDomain 'Zonemaster-CLI';

use Encode;
use File::Slurp;
use Getopt::Long qw[GetOptionsFromArray :config bundling no_auto_abbrev];
use Getopt::Long qw[GetOptionsFromArray :config gnu_compat bundling no_auto_abbrev];
use JSON::XS;
use List::Util qw[max uniq];
use Net::IP::XS;
Expand Down Expand Up @@ -92,7 +92,7 @@ sub run {
my $opt_show_testcase = 0;
my $opt_sourceaddr4;
my $opt_sourceaddr6;
my $opt_stop_level = 'CRITICAL';
my $opt_stop_level = '';
my @opt_test = ();
my $opt_time = 1;
my $opt_version = 0;
Expand Down
Loading

0 comments on commit 352f915

Please sign in to comment.