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 58ee4f6fa4 Merge branch '5.1'
* 5.1:
  Fix tests namespaces
  replace the deprecated assertDirectoryNotExists() method
2020-08-18 07:52:09 +02:00
..
Command [Console] Rework the signal integration 2020-08-13 17:50:47 +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 [Console] Different approach on merging application definition 2020-08-12 14:42:14 +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 Fix CS 2020-08-17 10:48:15 +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 [Console] allow multiline responses to console questions 2020-08-11 16:25:31 -05:00
Resources/bin
SignalRegistry [Console] Rework the signal integration 2020-08-13 17:50:47 +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-18 07:52:09 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
Application.php [Console] Rework the signal integration 2020-08-13 17:50:47 +02:00
CHANGELOG.md [Console] added TableCellStyle 2020-08-16 15:33:46 +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.