feat: command line arguments parsing

This commit is contained in:
2026-02-16 12:46:35 +03:00
parent 50df69edf5
commit 9c4f12d45e
4 changed files with 203 additions and 92 deletions
+1
View File
@@ -24,6 +24,7 @@
<PrivateAssets Condition="'$(Configuration)' != 'Debug'">All</PrivateAssets>
</PackageReference>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
<PackageReference Include="System.CommandLine" Version="2.0.3" />
</ItemGroup>
<ItemGroup>