clikt / com.github.ajalt.clikt.output / TermUi / editFile

editFile

fun editFile(filename: String, editor: String? = null, env: Map<String, String> = emptyMap(), requireSave: Boolean = false, extension: String = ".txt"): Unit

Edit the file with filename in the editor.

See Also

editText