feat: Adds generate commands that call to pandoc to generate pdf, latex, and html files from a project.
This commit is contained in:
@@ -6,10 +6,6 @@ import Logging
|
||||
public protocol TestCase {}
|
||||
|
||||
public extension TestCase {
|
||||
// static var logLevel: Logger.Level = {
|
||||
// let levelString = ProcessInfo.processInfo.environment["LOG_LEVEL"] ?? "debug"
|
||||
// return Logger.Level(rawValue: levelString) ?? .debug
|
||||
// }()
|
||||
|
||||
func withTestLogger(
|
||||
key: String,
|
||||
|
||||
Reference in New Issue
Block a user