in Plugins/Swift-DocC Convert/Symbolic Links/SwiftDocCPluginUtilities/CommandLineOptions/RequiredCommandLineOption.swift [19:22]
init(_ option: CommandLineOption, defaultValue: String) {
self.option = option
self.defaultValue = defaultValue
}