public static void Parse(Dir2MiloOptions op) { op.UpdateOptions(); var appState = new AppState(op.InputPath); appState.UpdateSystemInfo(op.GetSystemInfo()); appState.BuildMiloArchive(op.InputPath, op.OutputPath); }