ParseCommandLineParams Type
Record fields
| Record Field |
Description
|
Full Usage:
CommandLine
Field type: string[] voption
|
|
Static members
| Static member |
Description
|
|
The record with nothing set: every field is either optional or a default of its own, so this serialises to `{}`. Copy-update it to fill in the fields you mean - `{ ParseCommandLineParams.Default with ... }` - rather than writing all 1 out.
|