vertx / io.vertx.ext.shell.command / CommandProcess / write

write

abstract fun write(data: String): CommandProcess

Write some text to the standard output.

Parameters

data - the text

Return
a reference to this, so the API can be used fluently