commonMain.systemd.JournalCtl.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!
package pl.mareklangiewicz.kommand.systemd
import pl.mareklangiewicz.kommand.*
/** [journalctl linux man](https://man7.org/linux/man-pages/man1/journalctl.1.html) */
fun journalctl(init: JournalCtl.() -> Unit = {}) = JournalCtl().apply(init)
/** [journalctl linux man](https://man7.org/linux/man-pages/man1/journalctl.1.html) */
data class JournalCtl(
val options: MutableList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy