vertx / io.vertx.ext.shell.command / Command / complete

complete

open fun complete(completion: Completion): Unit

Perform command completion, when the command is done completing it should call Completion#complete(List) or Completion#complete(String, boolean) )} method to signal completion is done.

Parameters

completion - the completion object