Skip to content

Commit

Permalink
Migrate to clikt 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
platan committed Sep 22, 2024
1 parent b62ff61 commit dc05ae8
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
package io.github.platan.tests_execution_chart

import com.github.ajalt.clikt.core.CliktCommand
import com.github.ajalt.clikt.core.main
import com.github.ajalt.clikt.parameters.options.default
import com.github.ajalt.clikt.parameters.options.option
import com.github.ajalt.clikt.parameters.options.required
Expand Down Expand Up @@ -60,5 +61,10 @@ fun main(args: Array<String>) {
ReportConfig.Marks(),
false,
)
ReportCreator(logger).createReports(report, reportConfig, File(commandLineParser.outputDir), commandLineParser.taskName)
ReportCreator(logger).createReports(
report,
reportConfig,
File(commandLineParser.outputDir),
commandLineParser.taskName
)
}

0 comments on commit dc05ae8

Please sign in to comment.