RES-75 Ajouter un pretty print pour le dictionnaire des params
Some checks failed
openium/resgen.swift/pipeline/pr-master There was a failure building this commit
openium/resgen.swift/pipeline/head There was a failure building this commit

This commit is contained in:
2025-10-29 09:44:19 +01:00
parent 1f9af76b40
commit 4b944ed8c7
3 changed files with 42 additions and 12 deletions

View File

@@ -38,9 +38,6 @@ struct Analytics: ParsableCommand {
print("[\(Self.toolName)] Will generate analytics")
// Check requirements
guard checkRequirements() else { return }
// Parse input file
let sections = AnalyticsFileParser().parse(options.inputFile, target: options.target)