Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

命令行参数定义的短/长名称出现冲突时,没有任何提示,编译错误和运行时异常都没有 #36

Open
walterlv opened this issue May 15, 2023 · 0 comments

Comments

@walterlv
Copy link
Member

[Option('d', "DataFolder", Description = "日志文件的存储目录。")]
public string? LogFolder { get; set; }

[Option('d', "DataFolder", Description = "用户个人信息的存储目录。")]
public string? DataFolder { get; set; }
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant