diff --git a/sync/Test/App.config b/sync/Test/App.config
index 8e15646..d0feca6 100644
--- a/sync/Test/App.config
+++ b/sync/Test/App.config
@@ -1,6 +1,6 @@
-
+
-
+
-
\ No newline at end of file
+
diff --git a/sync/Test/Program.cs b/sync/Test/Program.cs
index 29c3388..296e7f3 100644
--- a/sync/Test/Program.cs
+++ b/sync/Test/Program.cs
@@ -1,32 +1,81 @@
using System;
using System.Collections.Generic;
-using System.Diagnostics;
using System.IO;
using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
using asardotnet;
-using Newtonsoft.Json.Linq;
-namespace Test {
- class Program {
- static void Main(string[] args) {
-
- AsarArchive asarArhive = new AsarArchive("D:\\Downloads\\app.asar");
- AsarExtractor extractor = new AsarExtractor();
-
- extractor.ExtractAll(asarArhive, "G:\\Asardotnet\\out\\");
-
- // extractor.Extract(asarArhive, "app/index.js", "G:\\Asardotnet\\out\\index.js");
+namespace asardotnet
+{
+ class Program
+ {
+ static void PrintUsage()
+ {
+ Console.WriteLine("\n Usage: Test.exe [command] [options]");
+ Console.WriteLine("\n Commands:");
+ Console.WriteLine("\n pack|p