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.
Flag.swift
1 parent 04695ec commit 0b5ea94Copy full SHA for 0b5ea94
Sources/ArgumentParser/Parsable Properties/Flag.swift
@@ -316,7 +316,7 @@ extension Flag where Value == Bool {
316
/// ```swift
317
/// @Flag(inversion: .prefixedNo)
318
/// var useHTTPS: Bool = true
319
- /// ````
+ /// ```
320
///
321
/// - Parameters:
322
/// - wrappedValue: A default value to use for this property, provided
@@ -349,7 +349,7 @@ extension Flag where Value == Bool {
349
350
351
/// var useHTTPS: Bool
352
353
354
355
/// - name: A specification for what names are allowed for this flag.
0 commit comments