optionHelp: (
    | { content: string; header: string; optionList?: undefined }
    | { content: string[]; header: string; optionList?: undefined }
    | { content?: undefined; header: string; optionList: OptionDefinition[] }
)[] = ...