method REPLServer.prototype.clearBufferedCommand
Jump to headingREPLServer.prototype.clearBufferedCommand(): void
The replServer.clearBufferedCommand()
method clears any command that has been
buffered but not yet executed. This method is primarily intended to be
called from within the action function for commands registered using the replServer.defineCommand()
method.
Return Type Jump to heading
void