Alias -m to --merge
This commit is contained in:
parent
ed4a5739f6
commit
92bc6caaa8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ my %cli_options = ();
|
||||||
'ignore-nonexistent-config' => \$opt{ignore_nonexistent_config},
|
'ignore-nonexistent-config' => \$opt{ignore_nonexistent_config},
|
||||||
'threads|j=i' => \$Slic3r::threads,
|
'threads|j=i' => \$Slic3r::threads,
|
||||||
'export-svg' => \$opt{export_svg},
|
'export-svg' => \$opt{export_svg},
|
||||||
'merge' => \$opt{merge},
|
'merge|m' => \$opt{merge},
|
||||||
);
|
);
|
||||||
foreach my $opt_key (keys %$Slic3r::Config::Options) {
|
foreach my $opt_key (keys %$Slic3r::Config::Options) {
|
||||||
my $opt = $Slic3r::Config::Options->{$opt_key};
|
my $opt = $Slic3r::Config::Options->{$opt_key};
|
||||||
|
|
Loading…
Reference in a new issue