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

commonMain.com.zegreatrob.tools.digger.cli.Welcome.kt Maven / Gradle / Ivy

There is a newer version: 1.5.10
Show newest version
package com.zegreatrob.tools.digger.cli

import com.github.ajalt.clikt.core.CliktCommand

class Welcome : CliktCommand() {

    override fun run() {
        echo("Welcome to Digger CLI.")
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy