vertx / io.vertx.ext.shell.command.base / FileSystemCd

FileSystemCd

open class FileSystemCd : AnnotatedCommand

Author
Julien Viet

Constructors

<init>

FileSystemCd()

Functions

complete

open fun complete(completion: Completion): Unit

process

open fun process(process: CommandProcess): Unit

setDir

open fun setDir(dir: String): Unit