Variable CommandLineUsageDefsConst

CommandLineUsageDefs: {
    content?: string;
    header: string;
    optionList?: CommandLineOptionSpec;
}[] = ...

Configuration for command line argument usage information. Note: The order of the elements in the list is important.