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

write

open 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