export type cmdLineParameter = { flag: string; value?: string | boolean; };