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

commonMain.XdgOpen.kt Maven / Gradle / Ivy

The newest version!
package pl.mareklangiewicz.kommand

import pl.mareklangiewicz.kground.*

fun xdgopen(file: String, init: XdgOpen.() -> Unit = {}) = XdgOpen(file).apply(init)

data class XdgOpen(
  var file: String? = null,
  val options: MutableList




© 2015 - 2024 Weber Informatics LLC | Privacy Policy