This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Console
Nicolas Grekas d49005a651 Merge branch '2.7' into 2.8
* 2.7:
  Lighten tests output by removing composer suggestions
  CS: Remove invisible chars
  Disable resource tracking if the config component is missing
  [EventDispatcher] Remove unneded count()
  Fix tests expecting a valid date
  [Console] Fix table cell styling
  [Console] Revised exception rendering
  [WebProfilerBundle] Normalize whitespace in exceptions passed in headers
  Disable color support detection for tests
  [Form] Improve the exceptions when trying to get the data in a PRE_SET_DATA listener and the data has not already been set
2017-04-03 22:37:06 +02:00
..
Command Revert "bug #21841 [Console] Do not squash input changes made from console.command event (chalasr)" 2017-03-16 17:10:10 +01:00
Descriptor Merge branch '2.7' into 2.8 2017-01-02 15:44:49 +01:00
Event fixes CS 2015-08-24 09:13:45 +02:00
Exception [Console] Fix infinite loop on missing input 2016-11-03 09:51:57 +01:00
Formatter Merge branch '2.7' into 2.8 2016-12-27 11:39:57 +01:00
Helper Merge branch '2.7' into 2.8 2017-04-03 22:37:06 +02:00
Input Merge branch '2.7' into 2.8 2016-10-05 18:43:09 -07:00
Logger DX: replace @link with @see annotation 2016-11-13 18:41:36 +01:00
Output Merge branch '2.7' into 2.8 2017-03-20 09:46:40 +01:00
Question Merge branch '2.7' into 2.8 2016-12-27 11:39:57 +01:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style Merge branch '2.7' into 2.8 2016-12-23 17:32:24 +01:00
Tester Disable color support detection for tests 2017-03-28 08:19:43 +02:00
Tests Merge branch '2.7' into 2.8 2017-04-03 22:37:06 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Merge branch '2.7' into 2.8 2017-04-03 22:37:06 +02:00
CHANGELOG.md [Console] remove readline support 2016-02-03 19:01:35 +01:00
composer.json fixed Composer constraints 2017-02-18 11:13:35 -08:00
ConsoleEvents.php Add machine readable events 2014-11-16 18:21:02 +01:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist use the clock mock for progress indicator tests 2016-03-17 10:19:04 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Shell.php Merge branch '2.7' into 2.8 2015-12-28 14:12:56 +01:00

Console Component

The Console component eases the creation of beautiful and testable command line interfaces.

Resources

Credits

Resources/bin/hiddeninput.exe is a third party binary provided within this component. Find sources and license at https://github.com/Seldaek/hidden-input.