commonMain.admin.XTop.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kommandline Show documentation
Show all versions of kommandline Show documentation
Kotlin DSL for popular CLI commands.
The newest version!
@file:OptIn(DelicateApi::class)
package pl.mareklangiewicz.kommand.admin
import pl.mareklangiewicz.annotations.DelicateApi
import pl.mareklangiewicz.kommand.kommand
fun top() = kommand("top")
fun htop() = kommand("htop")
fun btop() = kommand("btop")