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

write

open 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