Skip to content

Commit 670068a

Browse files
committed
Remove unused DiffRenderJSON.swift file.
1 parent b226fd9 commit 670068a

File tree

2 files changed

+1
-57
lines changed

2 files changed

+1
-57
lines changed

Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/DiffRenderJSON.swift

Lines changed: 0 additions & 56 deletions
This file was deleted.

Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/ProcessArchive.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extension Docc {
1818
static var configuration = CommandConfiguration(
1919
commandName: "process-archive",
2020
abstract: "Perform operations on documentation archives ('.doccarchive' directories).",
21-
subcommands: [TransformForStaticHosting.self, Index.self, DiffRenderJSON.self, DiffDocCArchive.self])
21+
subcommands: [TransformForStaticHosting.self, Index.self, DiffDocCArchive.self])
2222

2323
}
2424
}

0 commit comments

Comments
 (0)