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

commonMain.DConfEditor.kt Maven / Gradle / Ivy

There is a newer version: 0.0.87
Show newest version
package pl.mareklangiewicz.kommand

import pl.mareklangiewicz.kommand.DConfEditor.Option

/** [dconf-editor ubuntu manpage](http://manpages.ubuntu.com/manpages/impish/man1/dconf-editor.1.html) */
fun dconfedit(vararg options: Option, init: DConfEditor.() -> Unit = {}) =
  DConfEditor(options.toMutableList()).apply(init)

/** [dconf-editor ubuntu manpage](http://manpages.ubuntu.com/manpages/impish/man1/dconf-editor.1.html) */
data class DConfEditor(
  val options: MutableList




© 2015 - 2024 Weber Informatics LLC | Privacy Policy