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 70975dc commit 94db3c5Copy full SHA for 94db3c5
Sources/Commands/Options.swift
@@ -316,8 +316,8 @@ public struct SwiftToolOptions: ParsableArguments {
316
}
317
318
/// Tells `Workspace` to attempt to locate .netrc file at `NSHomeDirectory`.
319
- @Flag()
320
- var netrc: Bool = false
+ @Flag(inversion: .prefixedNo)
+ var netrc: Bool = true
321
322
/// Similar to `--netrc`, but this option makes the .netrc usage optional and not mandatory as with the `--netrc` option.
323
@Flag(name: .customLong("netrc-optional"))
0 commit comments