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

@ -72,13 +72,13 @@ int main(int argc, char *argv[])
argList::addNote
(
"Rotate mesh points and vector/tensor fields\n"
"Rotation from the <n1> vector to the <n2> vector"
"Rotation from the <from> vector to the <to> vector"
);
timeSelector::addOptions();
argList::addArgument("n1");
argList::addArgument("n2");
argList::addArgument("from", "The vector to rotate from");
argList::addArgument("to", "The vector to rotate to");
#include "setRootCase.H"
#include "createTime.H"