QueueOutCommand() public method

public QueueOutCommand ( OutCommand command ) : void
command OutCommand
return void
 private static void StartInteractivePrompt(InputOutputBuffers buffers)
 {
     Log.Info("Staring interactive prompt");
     buffers.QueueOutCommand(OutCommand.CreateReadLine(false, null));
 }