struct NetrcParser
s6Basics11NetrcParserV
BZHU
import Basics
static func parse(_ content: String) throws -> Netrc
Parses stringified netrc content
static func parse(fileSystem: FileSystem, path: AbsolutePath) throws -> Netrc
Parses a netrc file at the give location