feat: Removes cli-client
This commit is contained in:
7
Sources/PandocClient/Constants.swift
Normal file
7
Sources/PandocClient/Constants.swift
Normal file
@@ -0,0 +1,7 @@
|
||||
extension PandocClient {
|
||||
enum Constants {
|
||||
static let pandocCommand = "pandoc"
|
||||
static let defaultOutputFileName = "Report"
|
||||
static let defaultPdfEngine = "xelatex"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user