PHP Classes

File: Console/CHANGELOG.md

Recommend this page to a friend!
  Classes of Mukhamad Ikhsan   Redmine PHP Console Tools   Console/CHANGELOG.md   Download  
File: Console/CHANGELOG.md
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Redmine PHP Console Tools
Manage projects hosted in a Redmine installation
Author: By
Last change: Update of Console/CHANGELOG.md
Date: 4 months ago
Size: 698 bytes
 

Contents

Class file image Download
CHANGELOG ========= 2.1.0 ----- * added ConsoleOutputInterface * added the possibility to disable a command (Command::isEnabled()) * added suggestions when a command does not exist * added a --raw option to the list command * added support for STDERR in the console output class (errors are now sent to STDERR) * made the defaults (helper set, commands, input definition) in Application more easily customizable * added support for the shell even if readline is not available * added support for process isolation in Symfony shell via `--process-isolation` switch * added support for `--`, which disables options parsing after that point (tokens will be parsed as arguments)