Renable Colors generation + add print to each command to identify which configuration is used
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit

This commit is contained in:
2022-09-01 15:59:16 +02:00
parent e9bc779da6
commit 8723019732
8 changed files with 10 additions and 8 deletions

View File

@ -31,6 +31,7 @@ struct Fonts: ParsableCommand {
public func run() throws {
print("[\(Self.toolName)] Starting fonts generation")
print("[\(Self.toolName)] Will use inputFile \(options.inputFile) to generate fonts")
// Check requirements
guard checkRequirements() else { return }