ConsoleInput (class)

Class ConsoleInput

Object wrapper for interacting with stdin

Namespace: Cake\Console
Location: Console/ConsoleInput.php

Properties summary

  • $_canReadline protected
    boolean

    Can this instance use readline? Two conditions must be met: 1. Readline support must be enabled. 2. Handle we are attached to must be stdin. Allows rich editing with arrow keys and history when inp