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
Christian Flothmann 347438ee36 Merge branch '4.0'
* 4.0:
  fix merge
  Env var maps to undefined constant.
  [SecurityBundle] Backport test
  [Security] fix merge of 2.7 into 2.8 + add test case
  backport regression test from 3.4
  do not mock the container builder or definitions
  fixed CS
  [TwigBundle] Register TwigBridge extensions first
  [WebProfilerBundle] Fix sub request link
  PhpDocExtractor::getTypes() throws fatal error when type omitted
  Fix misspelling variable
  use libsodium to run Argon2i related tests
  [DI] minor: use a strict comparision in setDecoratedService
  [HttpKernel] fix FC
  Follow-on to #25825: Fix edge case in getParameterOption.
  keep the context when validating forms
2018-02-09 16:48:09 +01:00
..
Command Merge branch '2.7' into 2.8 2017-12-31 05:16:51 +01:00
CommandLoader [Console] Add a factory command loader for standalone application with lazy-loading needs 2017-07-15 10:43:17 +02:00
DependencyInjection [Console] Simplify parameters in DI 2017-12-24 07:06:54 +01:00
Descriptor Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Event fixed some deprecation messages 2017-12-31 06:50:45 +01:00
EventListener [Console] Log exit codes as debug messages instead of errors 2017-08-08 12:48:54 +02:00
Exception Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Formatter fixed some deprecation messages 2017-12-31 06:50:45 +01:00
Helper Fix broken table generation 2018-02-09 13:38:11 +01:00
Input Merge branch '3.4' into 4.0 2018-02-09 15:25:12 +01:00
Logger Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Output Merge branch '3.4' into 4.0 2018-01-31 11:41:17 +01:00
Question Merge branch '3.4' 2017-11-19 20:43:46 +02:00
Resources/bin
Style Merge branch '3.4' into 4.0 2018-01-18 23:19:33 +01:00
Tester [Console] add setInputs to ApplicationTest and share some code 2017-11-12 07:57:03 +01:00
Tests Merge branch '4.0' 2018-02-09 16:48:09 +01:00
.gitignore
Application.php [Console] Fix using finally where the catch can also fail 2018-01-21 15:52:44 +01:00
CHANGELOG.md Merge branch '3.4' 2017-10-11 10:25:05 +02:00
composer.json updated version to 4.1 2017-11-21 18:31:29 +01:00
ConsoleEvents.php Merge branch '3.4' 2017-11-05 17:26:21 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01: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.