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 9337c5e commit 68b6236Copy full SHA for 68b6236
Sources/CoreCommands/Options.swift
@@ -126,7 +126,7 @@ package struct LocationOptions: ParsableArguments {
126
)
127
package var pkgConfigDirectories: [AbsolutePath] = []
128
129
- @Option(name: .customLong("ignore-lock"), help: .hidden)
+ @Flag(name: .customLong("ignore-lock"), help: .hidden)
130
package var ignoreLock: Bool = false
131
}
132
0 commit comments