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
2020-09-02 18:06:40 +02:00
..
Command Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
CommandLoader [Console] Update to inherit and add licence 2019-07-08 07:40:49 +02:00
DependencyInjection switched array() to [] 2019-01-16 10:39:14 +01:00
Descriptor Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Event Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
EventListener Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Exception switched array() to [] 2019-01-16 10:39:14 +01:00
Formatter Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Helper Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Input Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Logger Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
Output Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Question Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Tester Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Tests Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
CHANGELOG.md Fixed markdown file 2019-08-13 19:39:09 +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 2020-01-01 12:03:25 +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 [Console] Do not check for "stty" using "exec" if that function is disabled 2020-07-01 19:13:52 +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.