Skip to content

Commit

Permalink
it's --singlefile not --single-file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Mayoff committed Nov 25, 2024
1 parent 7823a01 commit 77d8fa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Generator/Generator/Generator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ let generateResettableCache = false
@main
struct GeneratorCommand: AsyncParsableCommand {
@Flag(
name: .customLong("singlefile"),
help: "Generator all output to a single Swift file. Possibly useful on Windows."
) var singleFile = false

Expand Down

0 comments on commit 77d8fa6

Please sign in to comment.