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 da2ca1b commit bbafd91Copy full SHA for bbafd91
Sources/SwiftDocCUtilities/Docc.swift
@@ -10,7 +10,7 @@
10
11
import ArgumentParser
12
13
-#if canImport(NIOHTTP)
+#if canImport(NIOHTTP1)
14
private let subcommands: [ParsableCommand.Type] = [Docc.Convert.self, Docc.Index.self, Docc.Preview.self, Docc.ProcessArchive.self]
15
#else
16
private let subcommands: [ParsableCommand.Type] = [Docc.Convert.self, Docc.Index.self, Docc.ProcessArchive.self]
0 commit comments