/// interface CliOption { name: string; specified:boolean; value: any; } interface Directory { path: string; }