gpt4 book ai didi

c# - 使用 NDesk.Options 设置可选值

转载 作者:行者123 更新时间:2023-11-30 16:55:29 25 4
gpt4 key购买 nike

使用 Best way to parse command line arguments in C#? 中接受的答案作为您的示例,我如何才能使“r”或“重复”选项仅选择性地取一个值而不需要它,如果未提供该值,我如何设置默认值?谢谢!

最佳答案

显然你可以这样做:

{ "r|repeat:", 
"the number of {TIMES} to repeat the greeting.\n" +
"this must be an integer.",
(int v) => repeat = v ?? 1 },

如果未提供该值,则默认值为 1。

关于c# - 使用 NDesk.Options 设置可选值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29402914/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com