Skip to content
New issue

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

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

Already on GitHub? Sign in 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; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant