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 4981330623 Merge branch '5.2' into 5.x
* 5.2:
  Fix parameter order
  [DependencyInjection] Fix circular in DI with lazy + byContruct loop
  Allow symfony/semaphore on PHP8
  adjust Client::getProfile() typehint
  adjust KernelBrowser::getProfile() typehint
  fix: resolving pt translation issues
  Update VERSION for 3.4.47
  Update CONTRIBUTORS for 3.4.47
  Update CHANGELOG for 3.4.47
  Add Romanian missing translations
  [DependencyInjection][Translator] Silent deprecation triggered by libxml_disable_entity_loader
  fix lexing strings containing escaped quotation characters
  prevent duplicated error message for file upload limits
  ignore the pattern attribute for textareas
  fix: solving pt-br translation issues
2020-11-28 12:24:57 +01:00
..
CI [Console][Yaml] Linter: add Github annotations format for errors 2020-11-20 09:48:10 +01:00
Command Added Invalid constant into Command Class 2020-11-23 16:56:49 +01:00
CommandLoader Merge branch '4.4' 2019-08-08 11:49:33 +02:00
DependencyInjection [DI] add tags container.preload/.no_preload to declare extra classes to preload/services to not preload 2020-04-05 09:04:12 +02:00
Descriptor Merge branch '5.1' 2020-09-02 18:27:44 +02:00
Event Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02: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 Merge branch '5.1' into 5.2 2020-11-27 01:39:34 +01:00
Helper Merge branch '5.1' into 5.x 2020-10-28 22:46:03 +01:00
Input [Console] Make error message more verbose 2020-11-01 18:40:07 +01:00
Logger Import return annotations from vendors 2019-08-14 15:27:41 +02:00
Output Merge branch '4.4' into 5.1 2020-11-28 11:57:20 +01:00
Question Merge branch '5.1' 2020-09-08 16:20:09 +02:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
SignalRegistry [Console] Don't register signal handlers if pcntl is disabled 2020-10-16 01:46:35 +02:00
Style Merge branch '5.1' into 5.2 2020-11-28 12:24:18 +01:00
Tester Merge branch '5.1' 2020-09-02 18:27:44 +02:00
Tests Merge branch '5.2' into 5.x 2020-11-27 01:47:04 +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 [Console] Register signal handling only for commands implemeting SignalableCommandInterface 2020-10-27 16:37:34 +01:00
CHANGELOG.md [Console][Yaml] Linter: add Github annotations format for errors 2020-11-20 09:48:10 +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.x 2020-10-24 14:08:07 +02:00
ConsoleEvents.php Fix previous merge 2020-07-31 09:51:09 +02:00
Cursor.php Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02: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
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.