-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhelp.json
More file actions
10 lines (10 loc) Β· 584 Bytes
/
help.json
File metadata and controls
10 lines (10 loc) Β· 584 Bytes
1
2
3
4
5
6
7
8
9
10
{
"-p, --parallel ": "run scripts in parallel",
"-s, --series ": "run scripts in series",
"-q, --quiet ": "do not output result command before execution",
"-c, --calm ": "return zero exit code when command completed with error",
"-P, --parallel-calm ": "run scripts in parallel and return zero exit code",
"-S, --series-calm ": "run scripts in series and return zero exit code",
"-h, --help ": "display this help and exit",
"-v, --version ": "output version information and exit"
}