Esempio n. 1
0
        public static void Parse(Dir2MiloOptions op)
        {
            op.UpdateOptions();

            var appState = new AppState(op.InputPath);

            appState.UpdateSystemInfo(op.GetSystemInfo());
            appState.BuildMiloArchive(op.InputPath, op.OutputPath);
        }