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
2021-01-01 10:24:35 +01:00
..
Command Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
CommandLoader Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
DependencyInjection fixed CS 2019-01-16 19:35:49 +01:00
Descriptor CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
Event Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
EventListener Add types to constructors and private/final/internal methods (Batch I) 2019-09-27 07:43:04 +02:00
Exception [Console] Fallback to default answers when unable to read input 2020-03-12 21:13:20 +01:00
Formatter CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
Helper CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
Input CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
Logger Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
Output Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
Question Merge branch '3.4' into 4.4 2020-09-08 13:16:46 +02:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
Tester CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
Tests Remove :void in test function signatures 2020-12-18 08:41:31 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
CHANGELOG.md Fix CS in changelogs 2020-12-10 17:34:26 +01:00
composer.json Merge branch '3.4' into 4.4 2020-10-24 13:50:19 +02:00
ConsoleEvents.php Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01: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
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.