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 428b9bfa4f Merge branch '3.2'
* 3.2:
  [Console] Do not duplicate Helper::strlen() code
  [FrameworkBundle] Adding the extension XML
  [Form] Minor: Fix comment in ChoiceType
  [FrameworkBundle] AbstractConfigCommand: do not try registering bundles twice
  fixed CS
  fixed CS
  [DI] Fix PhpDumper blank lines around namespace
  fixed CS
  [Workflow] fix use directives
  [Workflow] Move twig extension registration to twig bundle
  Filesystem: annotate the one network test with a "network" group.
  [DependencyInjection] Don't store default deprecation template in every service definition instance
2017-05-11 09:47:52 -07:00
..
Command Merge branch '2.8' into 3.2 2017-04-19 22:17:50 +02:00
DependencyInjection Avoid reflection-based registration for command public services 2017-04-29 11:46:23 +02:00
Descriptor [Console] Exclude empty namespaces in text descriptor 2017-03-22 19:41:00 +01:00
Event [Console] Review console.ERROR related behavior 2017-04-25 10:16:45 -04:00
EventListener [Console] Review console.ERROR related behavior 2017-04-25 10:16:45 -04:00
Exception [Console] Fix infinite loop on missing input 2016-11-03 09:51:57 +01:00
Formatter Merge branch '2.8' into 3.2 2017-04-11 20:36:00 +02:00
Helper Merge branch '3.2' 2017-05-11 09:47:52 -07:00
Input [Console] Explicitly passed options without value (or empty) should remain empty 2017-03-01 00:35:20 +01:00
Logger Merge branch '3.1' 2016-11-16 17:18:16 -05:00
Output Merge branch '2.8' into 3.2 2017-03-20 10:32:19 +01:00
Question Merge branch '2.8' into 3.1 2016-12-27 11:43:25 +01:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style [Console] simplify the implementation of SymfonyStyle::comment() 2017-02-18 09:59:26 -08:00
Tester Merge branch '2.8' into 3.2 2017-04-04 09:26:27 +02:00
Tests Avoid reflection-based registration for command public services 2017-04-29 11:46:23 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Merge branch '3.2' 2017-05-11 09:47:52 -07:00
CHANGELOG.md [Console] Allow to catch CommandNotFoundException 2017-03-29 21:37:27 +02:00
composer.json fixed Composer constraints 2017-02-18 11:13:35 -08:00
ConsoleEvents.php [Console] Review console.ERROR related behavior 2017-04-25 10:16:45 -04:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist Merge branch '2.7' into 2.8 2017-04-12 07:07:15 -07:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Terminal.php Allow terminal dimensions to be set to 0 (unbounded) 2017-04-11 16:41:42 +01: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.