export type CommandLineOptions = { host: string; port: number; packagesFolder: string; sourceFolder: string; readmePath: string; packagePath: string; uplink?: string; config?: string; };