Function processCommandLineArgs
processCommandLineArgs<T extends CommonOptions>( script: | "slicer" | "benchmark" | "stats" | "summarizer" | "export-quads" | "stats-helper" | "benchmark-helper", requireAdditionally: (
keyof T)
[], help: HelpContent,): T Parameters
- script:
| "slicer"
| "benchmark"
| "stats"
| "summarizer"
| "export-quads"
| "stats-helper"
| "benchmark-helper" - requireAdditionally: (keyof T)[]
- help: HelpContent
Returns T