Skip to content

Commit

Permalink
Update flank-scripts/src/main/kotlin/flank/scripts/shell/ops/iOSOpsCo…
Browse files Browse the repository at this point in the history
…mmand.kt
  • Loading branch information
jan-goral committed Nov 26, 2020
1 parent 9f14b09 commit 08709f3
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -4,7 +4,10 @@ import com.github.ajalt.clikt.core.CliktCommand
import com.github.ajalt.clikt.parameters.options.flag
import com.github.ajalt.clikt.parameters.options.option

object IosOpsCommand : CliktCommand(name = "ios", help = "Build ios test artifacts") {
object IosOpsCommand : CliktCommand(
name = "build_all_ios",
help = "Build all ios test artifacts"
) {

private val generate: Boolean by option(help = "Make build").flag("-g", default = true)

Expand Down

0 comments on commit 08709f3

Please sign in to comment.