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
Alexander M. Turek bf6e98c220 Merge branch '4.4' into 5.2
* 4.4:
  [VarDumper] Add PHP 8.1 enums tests
  [Console] : added phpdocs to InputOption constants
2021-04-19 16:07:32 +02:00
..
Command Merge branch '4.4' into 5.2 2021-03-12 01:42:05 +01:00
CommandLoader Merge branch '4.4' 2019-08-08 11:49:33 +02:00
DependencyInjection [FrameworkBundle] acces public-deprecated services via the private container to remove false-positive deprecations 2020-12-07 14:48:27 +01:00
Descriptor Merge branch '4.4' into 5.2 2021-04-08 12:27:02 +02:00
Event Merge branch '5.1' into 5.2 2020-12-08 18:03:37 +01:00
EventListener Fix console logger according to PSR-3 2021-01-21 09:05:34 -05:00
Exception Switched to non-null defaults in exception constructors 2021-02-22 16:36:50 +01:00
Formatter Merge branch '4.4' into 5.2 2021-04-07 18:07:52 +02:00
Helper Merge branch '4.4' into 5.2 2021-04-08 12:27:02 +02:00
Input Merge branch '4.4' into 5.2 2021-04-19 16:07:32 +02:00
Logger Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
Output Merge branch '4.4' into 5.2 2021-04-07 18:07:52 +02:00
Question Merge branch '5.1' 2020-09-08 16:20:09 +02:00
Resources/bin
SignalRegistry [Console] Don't register signal handlers if pcntl is disabled 2020-10-16 01:46:35 +02:00
Style [Console] minor fix 2021-03-23 13:24:21 +01:00
Tester Merge branch '5.1' into 5.2 2020-12-27 14:15:00 +01:00
Tests Add test. 2021-04-08 08:53:10 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
Application.php Merge branch '5.1' into 5.2 2020-12-27 14:15:00 +01:00
CHANGELOG.md Merge branch '5.1' into 5.2 2020-12-10 20:16:15 +01:00
Color.php [Console] Add support for true colors 2020-06-10 04:55:06 +02:00
composer.json Merge branch '5.1' into 5.2 2021-01-10 17:30:10 +01:00
ConsoleEvents.php Merge branch '5.1' into 5.2 2021-01-27 10:04:53 +01:00
Cursor.php Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
SingleCommandApplication.php [Console] Allow disabling auto-exit for single command apps 2020-08-03 17:23:43 +02:00
Terminal.php Merge branch '3.4' into 4.4 2020-07-01 19:14:21 +02: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.