real-zony / AliDDNSNet

使用 C# + .NET Core 开发的开源 DDNS 工具,基于阿里云的 DNS API 接口。
MIT License
117 stars 38 forks source link

Replace McMaster with System.CommandLine. #25

Closed real-zony closed 9 months ago

real-zony commented 9 months ago

The McMaster currently used in our project has entered its maintenance phase, while the System.CommandLine package is still actively maintained. Therefore, we plan to migrate to this new command-line parsing package.
Repository address: https://github.com/dotnet/command-line-api