Skip to content

Commit 4b4d2a9

Browse files
committed
add BuildCommand to unidocd
1 parent 0ca4aef commit 4b4d2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/unidocd/Main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ extension Main:AsyncParsableCommand
120120
static var configuration:CommandConfiguration
121121
{
122122
.init(commandName: "unidocd",
123-
subcommands: [SSGC.SlaveCommand.self])
123+
subcommands: [SSGC.BuildCommand.self, SSGC.SlaveCommand.self])
124124
}
125125

126126
mutating

0 commit comments

Comments
 (0)