Skip to content

Commit

Permalink
windows CI passes docDir even though it's not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Mayoff committed Nov 25, 2024
1 parent 77d8fa6 commit 14acea2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Generator/Generator/Generator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ struct GeneratorCommand: AsyncParsableCommand {
completion: .directory
) var outputDir: String = defaultGeneratorOutputlUrl.path

@Argument(
help: "Path to the Godot documentation root folder. Usually this is the doc folder at the top of a Godot repo.",
completion: .directory
) var docDir: String = defaultDocRootUrl.path()

mutating func run() async throws {
let generator = try Generator(command: self)
try await generator.run()
Expand Down

0 comments on commit 14acea2

Please sign in to comment.