vertx / io.vertx.ext.shell.term / Pty / write

write

abstract fun write(data: String): Pty

Write data to the slave standard input of the pseudo terminal.

Parameters

data - the data to write

Return
this current object