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

@ -323,7 +323,8 @@ int main(int argc, char *argv[])
);
argList::noParallel();
argList::addArgument("surfaceFile");
argList::addArgument("input", "The input surface file");
argList::addBoolOption
(
"checkSelfIntersection",