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 0749954 commit cab7be2Copy full SHA for cab7be2
Sources/ArgumentEncoding/Option.swift
@@ -27,7 +27,7 @@ import Foundation
27
/// @Option var name: String = "value"
28
/// }
29
///
30
-/// OptionContainer().arguments() == ["--name", "value"]
+/// Container().arguments() == ["--name", "value"]
31
/// ```
32
@propertyWrapper
33
public struct Option<Value>: OptionProtocol {
0 commit comments