We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ff149 commit 912888dCopy full SHA for 912888d
Sources/ArgumentParserOpenCLI/OpenCLIv0_1.swift
@@ -71,7 +71,7 @@ public struct OpenCLIv0_1: Codable, Equatable {
71
self.optionSeparator = optionSeparator
72
}
73
74
- /// Returns true if this Conventions object has any non-default values
+ /// Returns true if this Conventions object has any non-default values.
75
public var hasNonDefaultValues: Bool {
76
(groupOptions != nil && groupOptions != true)
77
|| (optionSeparator != nil && optionSeparator != " ")
0 commit comments