commonMain.coreutils.CoreSamples.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kommandsamples Show documentation
Show all versions of kommandsamples Show documentation
Kotlin DSL for popular CLI commands.
package pl.mareklangiewicz.kommand.core
data object CoreSamples {
val Ls = LsSamples
val Echo = EchoSamples
}