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
2019-06-04 20:52:06 +02:00
..
Command switched array() to [] 2019-01-16 10:39:14 +01:00
CommandLoader [Console] Add a factory command loader for standalone application with lazy-loading needs 2017-07-15 10:43:17 +02:00
DependencyInjection switched array() to [] 2019-01-16 10:39:14 +01:00
Descriptor [HttpFoundation] work around PHP 7.3 bug related to json_encode() 2019-06-04 20:52:06 +02:00
Event Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
EventListener switched array() to [] 2019-01-16 10:39:14 +01:00
Exception switched array() to [] 2019-01-16 10:39:14 +01:00
Formatter switched array() to [] 2019-01-16 10:39:14 +01:00
Helper refactored code 2019-05-08 22:08:18 +02:00
Input Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Logger switched array() to [] 2019-01-16 10:39:14 +01:00
Output switched array() to [] 2019-01-16 10:39:14 +01:00
Question bug #29844 [Console] Fixed #29835: ConfirmationQuestion with default true for answer '0' (mrthehud) 2019-01-25 11:42:12 +01:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style switched array() to [] 2019-01-16 10:39:14 +01:00
Tester [Bridge][Twig] DebugCommand - fix escaping and filter 2019-03-31 13:33:18 +02:00
Tests Use willReturn() instead of will(returnValue()). 2019-05-30 17:47:52 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php [Console] Commands with an alias should not be recognized as ambiguous 2019-05-08 12:29:47 +02:00
CHANGELOG.md [Console][HttpKernel] Handle new SHELL_VERBOSITY, also configures the default logger 2017-10-04 19:17:25 +02:00
composer.json [Console] Fix composer.json suggest/provide 2019-01-12 12:06:42 +01:00
ConsoleEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Terminal.php switched array() to [] 2019-01-16 10:39:14 +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.