Skip to content

Commit

Permalink
Update command line example
Browse files Browse the repository at this point in the history
  • Loading branch information
fummicc1 committed Dec 3, 2023
1 parent a23585f commit 7c0e02b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Csv2ImgCmd/command.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ public struct Csv2Img: AsyncParsableCommand {
}
let exportable = try await csv.generate(
fontSize: 12,
exportType: exportType
exportType: exportType,
style: .random()
).base
let outputURL = URL(
fileURLWithPath: output
Expand Down

0 comments on commit 7c0e02b

Please sign in to comment.