Skip to content

Commit

Permalink
mrcalc: Support -config option
Browse files Browse the repository at this point in the history
  • Loading branch information
Lestropie committed Sep 18, 2024
1 parent 9939209 commit 19176e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/mrcalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,7 @@ void run() {
++n;
else if (opt->is("force") || opt->is("info") || opt->is("debug") || opt->is("quiet"))
continue;
else if (opt->is ("config")) n+=2;

#define SECTION 3
#include "mrcalc.cpp"
Expand Down

0 comments on commit 19176e9

Please sign in to comment.