ok
1fba3949a7fcf74ef55dfb128ce7b2b8e7da99e9
2 files changed
src/ArgumentsParser/ArgumentsParser.csprojsrc/ArgumentsParser/Program.cs
diff --git a/src/ArgumentsParser/ArgumentsParser.csproj b/src/ArgumentsParser/ArgumentsParser.csproj
index 91b464a..84c5350 100644
--- a/src/ArgumentsParser/ArgumentsParser.csproj
+++ b/src/ArgumentsParser/ArgumentsParser.csproj
@@ -7,4 +7,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\MongoCli\MongoCli.csproj" />
+ </ItemGroup>
+
</Project>
diff --git a/src/ArgumentsParser/Program.cs b/src/ArgumentsParser/Program.cs
index 5381810..25addea 100644
--- a/src/ArgumentsParser/Program.cs
+++ b/src/ArgumentsParser/Program.cs
@@ -1,6 +1,5 @@
-using MonoCli;
//Helper.Parse(" f ( { a:'b', c:\"d\", e: [ aa: 'bb' , i : 123 ] }, { a:'b', c:\"d\", e: [ aa: 'bb' , i : 123 ]} )");
@@ -10,6 +9,8 @@ using MonoCli;
//var af2 = Helper.ParseFunction("f(a )");
+using MongoCli;
+
string s;
s = " ls -al";