commandlineparser / commandlineparser/commandline
Clarify usage of boolean Options
未關閉
- 主要語言
- C#
- 星號
- 4.8k
- 分支
- 478
- PR 合併指標
- 30 天內沒有已合併 PR
描述
The Quick start sample in Readme.md gives the impression that boolean parameter can be specified with either a true or false value. However my attemps have given the following:
- whenever the parameter exists on the commandline the value will always be true
- omitting the parameter will set it to tits default value.
- trying to specify either True or False as value is ignored.
- having default value of true will always have the Option value set to true
Is this how it is supposed to work?
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。