ENH: support usage descriptions for command arguments

This commit is contained in:
Mark Olesen
2018-12-12 11:58:56 +01:00
parent c3b6c787a7
commit f38190213c
49 changed files with 256 additions and 110 deletions

View File

@ -368,7 +368,12 @@ int main(int argc, char *argv[])
#include "addOverwriteOption.H"
argList::noParallel();
argList::addArgument("featureAngle [0-180]");
argList::addArgument
(
"featureAngle",
"in degrees [0-180]"
);
argList::addBoolOption
(
"splitAllFaces",