mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add -verbose option to surface conversion, cleanup
- by default, reduce the amount of output ENH: support default text description for -verbose option - simplifies use in more places.
This commit is contained in:
@ -78,10 +78,7 @@ int main(int argc, char *argv[])
|
||||
"detail",
|
||||
"Additional detail"
|
||||
);
|
||||
argList::addVerboseOption
|
||||
(
|
||||
"Additional verbosity"
|
||||
);
|
||||
argList::addVerboseOption();
|
||||
|
||||
argList::addArgument("lib...");
|
||||
argList::noMandatoryArgs(); // Arguments are optional
|
||||
|
||||
Reference in New Issue
Block a user