We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e74401 commit c74f480Copy full SHA for c74f480
src/main/scala/io/iohk/ethereum/cli/CliLauncher.scala
@@ -2,6 +2,7 @@ package io.iohk.ethereum.cli
2
3
import com.monovore.decline._
4
5
+//scalastyle:off
6
object CliLauncher extends App {
7
8
CliCommands.api.map(println).parse(PlatformApp.ambientArgs getOrElse args, sys.env) match {
0 commit comments