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
Fabien Potencier b912af9261 Merge branch '5.1'
* 5.1:
  Fix typo
  Fix deprecated libxml_disable_entity_loader
  Add Tagalog translations for validator messages 94, 95, 96 and 99
  PHPUnit's assertContains() performs strict comparisons now.
  [ClassLoader][Routing] Fix namespace parsing on php 8.
  Fix deprecated libxml_disable_entity_loader
  Made reference to PHPUnit\Util\XML::loadfile php5-compatible.
  [Validator] Add missing translations for german and vietnamese
  Modernized deprecated PHPUnit assertion calls
  [Console] The message of "class not found" errors has changed in php 8.
  The PHPUnit\Util\XML class has been removed in PHPUnit 9.3.
  [Console] Make sure we pass a numeric array of arguments to call_user_func_array().
  Remove outdated references from base_js.html.twig file
  [String] We cannot have a "provides" function in test cases.
  Typo: somes styles fixed
  [Serializer] Fix that it will never reach DOMNode
  [Validator] sync translations
  [VarDumper] Improve previous fix on light array coloration
  [Cache] Fix #37667
2020-08-10 10:10:48 +02:00
..
Command Merge branch '5.0' into 5.1 2020-06-30 19:42:22 +02: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 '4.4' into 5.1 2020-08-10 10:03:57 +02:00
Event [Console] add console.signal event 2020-07-31 09:49:38 +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 [Console] Add support for true colors 2020-06-10 04:55:06 +02:00
Helper Merge branch '5.1' 2020-07-06 15:25:45 +02:00
Input Merge branch '4.4' into 5.0 2020-03-15 15:33:06 +01:00
Logger Import return annotations from vendors 2019-08-14 15:27:41 +02:00
Output Merge branch '5.0' 2020-03-30 13:43:41 +02:00
Question Merge branch '4.4' into 5.0 2020-03-16 13:10:54 +01:00
Resources/bin
SignalRegistry [Console] add console.signal event 2020-07-31 09:49:38 +02:00
Style fixed docblock 2020-06-28 15:18:51 +02:00
Tester Rework to throw exception if status code is not initialized; add tests 2020-06-12 16:38:11 +02:00
Tests Merge branch '5.1' 2020-08-10 10:10:48 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
Application.php [Console] add console.signal event 2020-07-31 09:49:38 +02:00
CHANGELOG.md [Console] Allow disabling auto-exit for single command apps 2020-08-03 17:23:43 +02:00
Color.php [Console] Add support for true colors 2020-06-10 04:55:06 +02:00
composer.json Adding a keyword for Packagist 2020-06-16 17:43:05 -04:00
ConsoleEvents.php Fix previous merge 2020-07-31 09:51:09 +02:00
Cursor.php allow cursor to be used even when STDIN is not defined 2020-06-07 21:47:44 +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.