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 8a23e0b commit 4989394Copy full SHA for 4989394
Documentation/04 Customizing Help.md
@@ -125,8 +125,8 @@ Users can see the help screen for a command by passing either `-h` or `--help` f
125
126
```swift
127
struct Example: ParsableCommand {
128
- static let configuration: CommandConfiguration(
129
- helpName: [.long, .customShort("?")])
+ static let configuration = CommandConfiguration(
+ helpNames: [.long, .customShort("?")])
130
131
@Option(name: .shortAndLong, help: "The number of history entries to show.")
132
var historyDepth: Int
0 commit comments