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 c406e6d commit 11b995eCopy full SHA for 11b995e
swift/example_code/rds/scenario/Sources/entry.swift
@@ -20,20 +20,6 @@ struct ExampleCommand: ParsableCommand {
20
@Option(help: "The password to use for the database administrator.")
21
var dbPassword: String
22
23
- @Option(
24
- help: ArgumentHelp("The level of logging for the Swift SDK to perform."),
25
- completion: .list([
26
- "critical",
27
- "debug",
28
- "error",
29
- "info",
30
- "notice",
31
- "trace",
32
- "warning"
33
- ])
34
- )
35
- var logLevel: String = "error"
36
-
37
static var configuration = CommandConfiguration(
38
commandName: "rds-scenario",
39
abstract: """
0 commit comments