All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.platon.pulsar.skeleton.common.options.CommonOptions.kt Maven / Gradle / Ivy

package ai.platon.pulsar.skeleton.common.options

import com.beust.jcommander.Parameter

/**
 * Created by vincent on 17-4-12.
 * Copyright @ 2013-2023 Platon AI. All rights reserved
 */
open class CommonOptions(argv: Array) : PulsarOptions(argv) {
    @Parameter(names = ["-h", "-help", "--help"], help = true, description = "Print help text")
    override var isHelp: Boolean = false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy